Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for objects with IdentifiedDataSerializable serialization support.

Hierarchy

  • IdentifiedDataSerializable

Index

Properties

Methods

Properties

classId

classId: number

Class id of the object.

factoryId

factoryId: number

Factory id of the object.

Methods

readData

  • readData(input: DataInput): void
  • Reads fields of the object from the binary representation.

    Parameters

    • input: DataInput

      read helper

    Returns void

writeData

  • writeData(output: DataOutput): void
  • Writes fields of the object into the binary representation.

    Parameters

    • output: DataOutput

      write helper

    Returns void

Generated using TypeDoc