Module datarush.commons
Package com.pervasive.datarush.json
Provides common utilities and registry for JSON parsing
-
Interface Summary Interface Description TypeResolutionProvider A provider of registered classes. -
Class Summary 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.JSONTestHelper 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 ofTypeResolutionProvider
.TypeResolutionManager Facade that can be used to query the list of classes registered viaTypeResolutionProvider
's. -
Exception Summary Exception Description JSONException Subclass of DRExceptions for JSON.