| Class and Description |
|---|
| ExplicitIdStrategy
Requires every messsage/pojo/enum/collection/map to be registered with unique ids.
|
| ExplicitIdStrategy.Registry
This Registry is only way to register your pojos/enums/collections/maps/delegates.
|
| IncrementalIdStrategy
The ids are generated (incremental) on the fly and you can optionally register classes by reserving the first x ids
via
IncrementalIdStrategy.Registry. |
| IncrementalIdStrategy.Registry
This Registry is only way to register your pojos/enums/collections/maps/delegates.
|
| NumericIdStrategy
Base class for numeric id strategies.
|
| NumericIdStrategy.RegisteredDelegate |
| NumericIdStrategy.Registry
Register your pojos/enums/collections/maps/delegates here.
|
Copyright © 2009–2019. All rights reserved.