MetalamaAPI documentationAspect APIMetalama.​Framework.​SerializationISerializerIs­Two­Phase
Open sandboxFocus

ISerializer.IsTwoPhase Property

IsTwoPhase

Gets a value indicating whether DeserializeFields(ref Object, IArgumentsReader) should be invoked during deserialization. The value is false if CreateInstance(Type, IArgumentsReader) return fully created object, true otherwise.

Declaration
bool IsTwoPhase { get; }
Property Value
Type Description
Boolean