Package com.oracle.coherence.io.json
JSON serializer implementation.
- Since:
- 20.06
- Author:
- Ryan Lubke 2018.06.15
-
Interface Summary Interface Description GensonBundleProvider Service interface for libraries that need to register a customGensonBundlewith ourGensonruntime. -
Class Summary Class Description CoherenceBundleProvider AGensonBundleProviderproviding aGensonBundlethat configures package aliases.CoherenceBundleProvider.CoherenceBundle AGensonBundlethat adds package aliases.JsonObject Extends LinkedHashMap that preserves the order of elements and adds support for POF serialization without fidelity loss in order to support JSON pass-through.JsonObject.Serializer POF serializer for JsonObject.JsonSerializer JSON Serializer usingGenson.JsonSerializer.Factory Factory for default serializer.SafeJsonSerializer An extension ofMultiplexingSerializerthat registers theJsonSerializerand theDefaultSerializer(in that order).