Method DeserializeLocal
DeserializeLocal(BinaryReader)
Load the state from the passed stream reader object.
Declaration
[CLSCompliant(false)]
void DeserializeLocal(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader | A System.IO.BinaryReader object |
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).