package marshalling
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package rawbytes
- package serialization
Type Members
- trait BinaryFormatMarshaller[M] extends Marshaller[M] with CatsUtils
- trait BinaryFormatUnmarshaller[M] extends Unmarshaller[M] with CatsUtils
- trait DelegatingMarshalling[M] extends Marshalling[M]
- trait Marshaller[M] extends AnyRef
- trait Marshalling[M] extends AnyRef
This helper type class is mainly used in the Java DSL and in the bridge where bundling together marshallers make sense because implicits are not available or practical
- trait MarshallingUtils extends AnyRef
- trait Unmarshaller[M] extends AnyRef
Value Members
- object Marshaller
- object Marshalling
- object Unmarshaller