See: Description
Interface | Description |
---|---|
TypeResolutionProvider |
A provider of registered classes.
|
Class | Description |
---|---|
ClassSerializer |
Utility that should be used for all json-related class serialization.
|
JSON |
The primary class that should be used for performing any JSON serialization/deserialization.
|
JSONSerializerUtil |
Utilities for custom JSON serializers.
|
PassThru<T> |
A pass-thru envelope for a json-serializable object.
|
SerializationBridge<T> |
This class serves as a wrapper for an object that is json serializable such that it can be java-serialized.
|
SimpleTypeResolutionProvider |
Convenient base class for implementations of
TypeResolutionProvider . |
TypeResolutionManager |
Facade that can be used to query the list of classes registered via
TypeResolutionProvider 's. |
Exception | Description |
---|---|
JSONException |
Subclass of DRExceptions for JSON.
|
Copyright © 2016 Actian Corporation. All rights reserved.