Options
All
  • Public
  • Public/Protected
  • All
Menu

Module serialization/Serializable

Index

Type aliases

IdentifiedDataSerializableFactory

IdentifiedDataSerializableFactory: (classId: number) => IdentifiedDataSerializable

Factory function for IdentifiedDataSerializable. Should return an instance of the right IdentifiedDataSerializable object, given the matching classId.

param

class id

returns

object for further initialization

Type declaration

    • (classId: number): IdentifiedDataSerializable
    • Parameters

      • classId: number

      Returns IdentifiedDataSerializable

Generated using TypeDoc