Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Serializer

Serializers help serializing/deserializing objects for printing purposes.

Hierarchy

  • Serializer

Implemented by

Index

Methods

deserialize

  • deserialize(value: any): any
  • Deserialization depends on what is created in serialization step. In some case the implementation can be empty.

    Parameters

    • value: any

    Returns any

serialize

  • serialize(value: any): any
  • Serialization result can be literally anything. You could return the provided value as json or simply create a copy of the source object.

    Parameters

    • value: any

    Returns any

Generated using TypeDoc