Uses of Package
com.oracle.coherence.io.json.genson
-
Packages that use com.oracle.coherence.io.json.genson Package Description com.oracle.coherence.io.json JSON serializer implementation.com.oracle.coherence.io.json.genson This package contains Genson base classes, to start with have a look atGenson.com.oracle.coherence.io.json.genson.annotation This package provides useful annotations to configure some features used during serialization and deserialization.com.oracle.coherence.io.json.genson.convert This package provides some defaultConverterimplementations and the chained factory and converter decorator mechanisms.com.oracle.coherence.io.json.genson.datetime JSON date and time classes.com.oracle.coherence.io.json.genson.ext This package contains features simplifying Genson integration into existing components.com.oracle.coherence.io.json.genson.ext.jackson com.oracle.coherence.io.json.genson.ext.jsonb com.oracle.coherence.io.json.genson.ext.jsr353 com.oracle.coherence.io.json.genson.reflect This package contains the core api providing databinding support for complex objects.com.oracle.coherence.io.json.internal Internal JSON packages. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json Class Description Genson Main class of the library.GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance.Modifier -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson Class Description BeanView Interface to be implemented by classes who want to act as a view on objects of type T during serialization and deserializaiton.Context The context class is intended to be a statefull class shared across a single execution.Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization.Deserializer Deserializers handle deserialization by reading data formObjectReaderand constructing java objects of type T.Factory Factory interface must be implemented by classes who want to act as factories and create instances of Converter/Serializer/Deserializer.GenericType This class is a holder for generic types so we can work around type erasure.Genson Main class of the library.GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance.Modifier Serializer Serializers handle serialization by writing a java object of type T to a stream usingObjectWriter.Trilean A boolean with 3 states : true, false and unknown. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.annotation Class Description BeanView Interface to be implemented by classes who want to act as a view on objects of type T during serialization and deserializaiton.Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.convert Class Description BeanView Interface to be implemented by classes who want to act as a view on objects of type T during serialization and deserializaiton.Context The context class is intended to be a statefull class shared across a single execution.Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization.Deserializer Deserializers handle deserialization by reading data formObjectReaderand constructing java objects of type T.Factory Factory interface must be implemented by classes who want to act as factories and create instances of Converter/Serializer/Deserializer.Genson Main class of the library.Serializer Serializers handle serialization by writing a java object of type T to a stream usingObjectWriter.Wrapper Wrapper class must be extended by decorated converters that wrap other converters. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.datetime Class Description Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization.Deserializer Deserializers handle deserialization by reading data formObjectReaderand constructing java objects of type T.GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance.Serializer Serializers handle serialization by writing a java object of type T to a stream usingObjectWriter. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.ext Class Description GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.ext.jackson Class Description GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.ext.jsonb Class Description GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.ext.jsr353 Class Description Context The context class is intended to be a statefull class shared across a single execution.Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization.Deserializer Deserializers handle deserialization by reading data formObjectReaderand constructing java objects of type T.GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance.Serializer Serializers handle serialization by writing a java object of type T to a stream usingObjectWriter. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.genson.reflect Class Description BeanView Interface to be implemented by classes who want to act as a view on objects of type T during serialization and deserializaiton.Context The context class is intended to be a statefull class shared across a single execution.Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization.Deserializer Deserializers handle deserialization by reading data formObjectReaderand constructing java objects of type T.Factory Factory interface must be implemented by classes who want to act as factories and create instances of Converter/Serializer/Deserializer.Genson Main class of the library.JsonBindingException Serializer Serializers handle serialization by writing a java object of type T to a stream usingObjectWriter.Trilean A boolean with 3 states : true, false and unknown.Wrapper Wrapper class must be extended by decorated converters that wrap other converters. -
Classes in com.oracle.coherence.io.json.genson used by com.oracle.coherence.io.json.internal Class Description Context The context class is intended to be a statefull class shared across a single execution.Converter Converter interface is a shorthand for classes who want to implement both serialization and deserialization.Deserializer Deserializers handle deserialization by reading data formObjectReaderand constructing java objects of type T.Factory Factory interface must be implemented by classes who want to act as factories and create instances of Converter/Serializer/Deserializer.Genson Main class of the library.GensonBuilder Use the GensonBuilder class when you want to create a custom Genson instance.Serializer Serializers handle serialization by writing a java object of type T to a stream usingObjectWriter.Wrapper Wrapper class must be extended by decorated converters that wrap other converters.