Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for objects with Portable serialization support.

Hierarchy

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

  • Writes fields of the Portable object into the binary representation.

    Parameters

    Returns void

Generated using TypeDoc