Share via


CustomClrSerialization interface

Describes how data from an input is serialized or how data is serialized when written to an output in custom format.

Extends

Properties

serializationClassName

The serialization class name.

serializationDllPath

The serialization library path.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

serializationClassName

The serialization class name.

serializationClassName?: string

Property Value

string

serializationDllPath

The serialization library path.

serializationDllPath?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "CustomClr"

Property Value

"CustomClr"