Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static class: RT.Serialization.ClassifyBinarySummaryOffers a convenient way to use Classify to serialize objects using a compact binary format. Static methodsobject | |
Reconstructs an object of the specified type from the specified serialized form. | T | | object | |
Reconstructs an object of the specified type from the specified file. | T | | void | |
Reconstructs an object from the specified file by applying the values to an existing instance of the desired
type. The type of object is inferred from the object passed in. | void | |
Reconstructs an object of the specified type from the specified serialized form by applying the values to an
existing instance of the type. | byte[] | |
Converts the specified object into a serialized form. | byte[] | | void | |
Stores the specified object in a file with the given path and filename. | void | |
|