• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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

A 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).

Back to top Copyright © 2017 Alachisoft