IsTwoPhase
Determines 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 |
---|---|
bool |