Properties
Private constructorToTypeInfo
Private shortTypeIdToTypeInfo
short
TypeIdToTypeInfo: TypeInfo<T>[] = ...
Private startingId
startingId: number = ...
Methods
getTypeIdToShortTypeIdMapping
getTypeInfoByConstructor
-
Parameters
Returns undefined | TypeInfo<T>
getTypeInfoByShortTypeId
-
Parameters
Returns undefined | TypeInfo<T>
getTypeInfoByTypeId
-
Parameters
Returns undefined | TypeInfo<T>
getTypeInfoByTypeName
- getTypeInfoByTypeName(typeName: string): undefined | TypeInfo<T>
-
Parameters
Returns undefined | TypeInfo<T>
Private registerClassWithShortId
setTypeIdToShortTypeIdMapping
Static getTypeIdFromTypeName
- getTypeIdFromTypeName(typeName: string): TypeId
Dump the entire type mapping to allow us to send it to others