serializer library

Classes

FullType
A Type with, optionally, FullType generic type parameters.
PrimitiveSerializer<T>
A Serializer that serializes to and from primitive JSON values.
Serializer<T>
Serializes a single type.
SerializerPlugin
Note: this is an experimental feature. API may change without a major version increase.
Serializers
Serializes all known classes.
SerializersBuilder
Builder for Serializers.
SerializersFor
Annotation to trigger code generation of a Serializers instance.
StructuredSerializer<T>
A Serializer that serializes to and from an Iterable of primitive JSON values.

Exceptions / Errors

DeserializationError
Error conveying why deserialization failed.