ReferenceTypeSerializer Class |
Base serializer for all reference types.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract class ReferenceTypeSerializer : ISerializer
The ReferenceTypeSerializer type exposes the following members.
Name | Description | |
---|---|---|
ReferenceTypeSerializer | Initializes a new instance of the ReferenceTypeSerializer class |
Name | Description | |
---|---|---|
Convert |
Converts a value into a given target type.
| |
CreateInstance |
Creates an instance of the given type.
| |
DeserializeFields |
Completes the second phase of deserialization by setting fields and other properties.
| |
SerializeObject |
Serializes an object
|
This type is intentionally non-generic because it is intended to be derived several times, making strong typing less convenient.