Uses of Class
io.protostuff.runtime.NumericIdStrategy
Packages that use NumericIdStrategy
-
Uses of NumericIdStrategy in io.protostuff.runtime
Subclasses of NumericIdStrategy in io.protostuff.runtimeModifier and TypeClassDescriptionfinal class
Requires every messsage/pojo/enum/collection/map to be registered with unique ids.final class
The ids are generated (incremental) on the fly and you can optionally register classes by reserving the first x ids viaIncrementalIdStrategy.Registry
.