package transcode
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
Type Members
- trait Codec[A] extends Decoder[A] with Encoder[A]
Codec encodes and decodes target protocol to and from an intermediary com.digitalasset.transcode.schema.DynamicValue representation.
Codec encodes and decodes target protocol to and from an intermediary com.digitalasset.transcode.schema.DynamicValue representation. Arbitrary codecs can be composed together to create direct interoperability Converters.
- trait Converter[A, B] extends AnyRef
- trait Decoder[A] extends AnyRef
Decodes target protocol representation into intermediary DynamicValue representation.
- trait Encoder[A] extends AnyRef
Encodes intermediary DynamicValue representation into target protocol representation.
- class MissingFieldException extends Exception
- class UnexpectedFieldsException extends Exception