Package com.oracle.coherence.io.json.internal
Internal JSON packages.
- Since:
- 20.06
- Author:
- Ryan Lubke 2018.06.15
-
Class Summary Class Description ClassConverter ClassConverter.Factory A factory for creatingClassConverters.ComparableConverter AConverterforComparableinstances.ComparableConverter.Factory A factory for creatingComparableConverters.EnumConverter<T extends Enum<T>> A converter of enums.EnumConverter.Factory A factory to createEnumConverterinstances.GensonServiceBundle Service that registersGensonBundles provided byGensonBundleProviderimplementations on the classpath.InetAddressConverter AConverterforInetAddressinstances.InetSocketAddressConverter AConverterforInetSocketAddressinstances.JsonObjectConverter AConverterforJsonObjectinstances.MapConverter<K,V> Map converter.MapConverter.Factory AMapConverterfactory.MissingClassConverter A converter that catchesClassNotFoundExceptionthrown by theClassMetadataConverterand deserializes JSON into a default object type.MissingClassConverter.Factory A factory to createMissingClassConverterinstances.NullSetConverter SerializationSupportConverter A converter that performs pre- and post-processing of objects during serialization, in order to handle lambdas and objects that implementSerializationSupportand/orSerializerAwareinterface.SerializationSupportConverter.Factory A factory to createSerializationSupportConverterinstances.ThrowableConverter ThrowableConverter.Factory AFactoryfor creating instances ofThrowableConverter.VersionableSerializer SerializerforVersionablethat delegates the serialization to anotherConverterbased on the raw type asVersionableitself has no serializable properties. -
Exception Summary Exception Description JsonPortableException AJsonPortableExceptionis an exception that allows information about a remote exception or error to be serialized and deserialized to/from a JSON stream.