Method SerializationIndexFromObjectIdentifier
SerializationIndexFromObjectIdentifier(ObjectIdentifier)
Generates a deterministic id for a given object in the build.
Declaration
long SerializationIndexFromObjectIdentifier(ObjectIdentifier objectID)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectIdentifier | objectID | Object identifier to for id generation. |
Returns
| Type | Description |
|---|---|
| long |
|