AdditionalFormats
Provides additional JsonFormats and helpers
Value members
Concrete methods
A JsonFormat that doesn't write and always return this instance of a.
A JsonFormat that doesn't write and always return this instance of a.
A JsonKeyWriter that can read an instance of B by using a JsonKeyWriter for A.
A JsonKeyWriter that can read an instance of B by using a JsonKeyWriter for A.
A JsonWriter that can read an instance of B by using a JsonWriter for A.
A JsonWriter that can read an instance of B by using a JsonWriter for A.
Constructs a JsonFormat from its two parts, JsonReader and JsonWriter.
Constructs a JsonFormat from its two parts, JsonReader and JsonWriter.
Lazy wrapper around serialization. Useful when you want to serialize (mutually) recursive structures.
Lazy wrapper around serialization. Useful when you want to serialize (mutually) recursive structures.
Turns a JsonWriter into a JsonFormat that throws an UnsupportedOperationException for reads.
Turns a JsonWriter into a JsonFormat that throws an UnsupportedOperationException for reads.
Turns a RootJsonWriter into a RootJsonFormat that throws an UnsupportedOperationException for reads.
Turns a RootJsonWriter into a RootJsonFormat that throws an UnsupportedOperationException for reads.
Turns a JsonReader into a JsonFormat that throws an UnsupportedOperationException for writes.
Turns a JsonReader into a JsonFormat that throws an UnsupportedOperationException for writes.
Turns a RootJsonReader into a RootJsonFormat that throws an UnsupportedOperationException for writes.
Turns a RootJsonReader into a RootJsonFormat that throws an UnsupportedOperationException for writes.
A JsonKeyReader that can read an instance of B by using a JsonKeyReader for A.
A JsonKeyReader that can read an instance of B by using a JsonKeyReader for A.
A JsonReader that can read an instance of B by using a JsonReader for A.
A JsonReader that can read an instance of B by using a JsonReader for A.
A JsonFormat that can read and write an instance of T by using a JsonFormat for U.
A JsonFormat that can read and write an instance of T by using a JsonFormat for U.
Explicitly turns a JsonFormat into a RootJsonFormat.
Explicitly turns a JsonFormat into a RootJsonFormat.
Constructs a RootJsonFormat from its two parts, RootJsonReader and RootJsonWriter.
Constructs a RootJsonFormat from its two parts, RootJsonReader and RootJsonWriter.