Simple sequence-number based generator, which uses basic integers (starting with value 1) as Object Identifiers.
Used to allow explicitly specifying that no generator is used.
Used to denote case where Object Identifier to use comes from a Class property (getter method or field). If so, value is written directly during serialization, and used as-is during deserialization.
Implementation that just uses version 1 UUIDs as reliably unique identifiers.
Implementation that just uses version 3 UUIDs as reliably unique identifiers.
Implementation that just uses version 4 UUIDs as reliably unique identifiers.
Implementation that just uses version 5 UUIDs as reliably unique identifiers.
Generated using TypeDoc
Generator to use for producing Object Identifier for objects. To be able to use JsonIdentityInfo with any UUID ObjectIdGenerator, an UUID library needs to be set. UUID library supported: https://github.com/uuidjs/uuid.