Class | Description |
---|---|
CollectionScanningSerializationPolicy |
Class that maintains a map of
DsonOutput.Output
values to a set of pairs of classes and field/method names to output for that
serialization type. |
CollectionScanningSerializerIds |
Class that maintains a map of serializer IDs to
Class<?> objects,
and vice versa, for all serializable classes in the core system. |
GsonJson |
Hopefully temporary class to provide conversion from
org.json JSONObject class to Gson JsonElement.
|
SerializableObject |
Class with serializable fields for version and serializer
that can be inherited to easily implement those fields in
a standard way for DSON and JSON output.
|
Serialize |