Interface | Description |
---|---|
LoggableError |
An interface implemented by errors which can be logged using the OCast logs.
|
Class | Description |
---|---|
BitflagsDeserializer<T extends Enum<T> & Bitflag> |
A deserializer that deserializes an integer which represents bitflags to an EnumSet.
|
BitflagsSerializer<T extends Enum<T> & Bitflag> |
A serializer that serializes an EnumSet to an integer which represents bitflags.
|
JsonTools |
A singleton object that decodes and encodes JSON.
|
OCastLog |
This class logs OCast messages.
|
OCastLogKt | |
RawJsonDeserializer |
A Jackson StdDeserializer that deserializes a JSON object to a raw string.
|