Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for objects with Portable serialization support.

Hierarchy

  • Portable

Index

Properties

classId

classId: number

Class id of the Portable object.

factoryId

factoryId: number

Factory id of the Portable object.

Methods

readPortable

  • readPortable(reader: PortableReader): void
  • Reads fields of the Portable object from the binary representation.

    Parameters

    • reader: PortableReader

      read helper

    Returns void

writePortable

  • writePortable(writer: PortableWriter): void
  • Writes fields of the Portable object into the binary representation.

    Parameters

    • writer: PortableWriter

      write helper

    Returns void

Generated using TypeDoc