Method Deserialize
Deserialize(CompactReader)
Load the state from the passed stream reader object.
Declaration
[CLSCompliant(false)]
void Deserialize(CompactReader reader)
Parameters
Type | Name | Description |
---|---|---|
CompactReader | reader | An object of class CompactReader. |
Remarks
As per current implementation when a ICompactSerializable is deserialized the default constructor is not invoked, therefore the object must "construct" itself in Deserialize(CompactReader).