JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.newpixelcoffee.odin.adapters
Interface OdinAdapter<T>
Type Parameters:
T
- the type of the object
All Known Subinterfaces:
OdinImmutableAdapter
<T>,
OdinInlineAdapter
<T,R>,
OdinObjectAdapter
<T>
All Known Implementing Classes:
DefaultClassAdapter
,
DefaultDateAdapter
,
DefaultEnumAdapter
,
DefaultLocalDateAdapter
,
DefaultLocalDateTimeAdapter
,
DefaultLocaleAdapter
,
DefaultLocalTimeAdapter
,
DefaultObjectAdapter
,
DefaultUuidAdapter
,
DefaultZonedDateTimeAdapter
,
ListAdapter
,
MapAdapter
,
MapValuesAdapter
,
SetAdapter
public interface
OdinAdapter<T>
The root interface for Odin Adapter, You have to implement
OdinInlineAdapter
,
OdinObjectAdapter
or
OdinImmutableAdapter
to customize the serialization of an object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method