Function createUcSerializer

  • Compiles serializer for the given data model.

    This is a placeholder. It is replaced with actual serializer when TypeScript code compiled with [ts-transformer-churi] enabled. It is expected that the result of this function call is stored to constant.

    Type Parameters

    • T

      Serialized data type.

    Parameters

    Returns UcSerializer<T>

    Serializer instance.

Generated using TypeDoc