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