Package version:

Interface CustomClrSerialization

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

interface CustomClrSerialization {
    serializationClassName?: string;
    serializationDllPath?: string;
    type: "CustomClr";
}

Hierarchy (view full)

Properties

serializationClassName?: string

The serialization class name.

serializationDllPath?: string

The serialization library path.

type: "CustomClr"

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

Generated using TypeDoc