SerializerMethods Struct

Definition

Contains delegates for serialization.

public struct SerializerMethods
type SerializerMethods = struct
Public Structure SerializerMethods
Inheritance
SerializerMethods

Constructors

SerializerMethods(DeepCopier, Serializer, Deserializer)

Properties

DeepCopy

Gets the deep copier delegate.

Deserialize

Gets the deserializer delegate.

Serialize

Gets the serializer delegate.

Applies to