| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitIdStrategy
Requires every messsage/pojo/enum/collection/map to be registered with unique ids.
|
class |
IncrementalIdStrategy
The ids are generated (incremental) on the fly and you can optionally register classes by reserving the first x ids
via
IncrementalIdStrategy.Registry. |
Copyright © 2009–2019. All rights reserved.