Package | Description |
---|---|
com.owlike.genson |
This package contains Genson base classes, to start
with have a look at
Genson . |
com.owlike.genson.convert |
This package provides some default
Converter implementations and
the chained factory and converter decorator mechanisms. |
com.owlike.genson.ext |
This package contains features simplifying Genson integration into existing components.
|
com.owlike.genson.ext.guava | |
com.owlike.genson.ext.jaxb | |
com.owlike.genson.ext.jaxrs | |
com.owlike.genson.ext.jodatime | |
com.owlike.genson.ext.jsr353 | |
com.owlike.genson.ext.spring | |
com.owlike.genson.reflect |
This package contains the core api providing databinding support for complex objects.
|
Class and 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 form
ObjectReader and 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.
|
Serializer
Serializers handle serialization by writing a java object of type T to a stream using
ObjectWriter . |
Trilean
A boolean with 3 states : true, false and unknown.
|
Class and 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 form
ObjectReader and 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 using
ObjectWriter . |
Wrapper
Wrapper class must be extended by decorated converters that wrap other converters.
|
Class and Description |
---|
GensonBuilder
Use the GensonBuilder class when you want to create a custom Genson instance.
|
Class and 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 form
ObjectReader and 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 using
ObjectWriter . |
Class and Description |
---|
GensonBuilder
Use the GensonBuilder class when you want to create a custom Genson instance.
|
Class and Description |
---|
Context
The context class is intended to be a statefull class shared across a single execution.
|
Genson
Main class of the library.
|
Class and 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 form
ObjectReader and 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 using
ObjectWriter . |
Class and 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 form
ObjectReader and 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 using
ObjectWriter . |
Class and Description |
---|
Genson
Main class of the library.
|
Class and 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 form
ObjectReader and 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 using
ObjectWriter . |
Trilean
A boolean with 3 states : true, false and unknown.
|
Wrapper
Wrapper class must be extended by decorated converters that wrap other converters.
|
Copyright © 2019. All rights reserved.