| Interface | Description |
|---|---|
| Deserializer<Source,Model> |
Interface states that implementation can create model from source.
|
| Serializer<Model,Result> |
Indicates that implementation can change object into another form
Date: 2016/01/27
|
| Transformer<Model,Transformed> |
Can Serialize an deserialize objects.
|
| Annotation Type | Description |
|---|---|
| Serialized |
Custom annotations that can be used with Transformer tools
Date: 2016/01/28
|