SerializerMethods Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |