Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a common interface for default and custom serializers.

Type Parameters

  • T = any

Hierarchy

  • Serializer

Index

Properties

Methods

Properties

id: number

Type id.

Methods

  • Deserializes input data into an object.

    Parameters

    Returns T

  • Serializes an object into binary data.

    Parameters

    • output: DataOutput

      output data writer

    • object: T

      object to be serialized

    Returns void

Generated using TypeDoc