typeId property

int typeId
final

Unique numeric identifier for this type in binary streams.

Must be an integer between 0 and 220 (inclusive). Never change a typeId once data has been persisted with it — doing so will cause deserialization failures for existing cached data.

Implementation

final int typeId;