ISerializer.DeserializeFields Method |
Completes the second phase of deserialization by setting fields and other properties.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
void DeserializeFields( ref Object obj, IArgumentsReader initializationArguments )
Parameters
- obj
- Type: System.Object
The object being deserialized. - initializationArguments
- Type: PostSharp.Serialization.IArgumentsReader
Gives access to field values.
This method is only invoked if IsTwoPhase is true.