IView |
The IViewModelSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddLoadedObject | Add the classified object | |
| DeSerialize(Stream, Type) | De-serialize the specified stream to type | |
| DeSerializeTModel(Stream) | De-serializes the specified object from the stream | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| GetLoadedObject | Get loaded object from delay load cache | |
| LoadCollectionTAssociation | Loads the associations for the specified object | |
| LoadRelatedTRelated | Loads the specified related object | |
| LoadSerializerAssembly | Loads all instance of serializers (pre-compiled) from the specified assembly | |
| Serialize(Stream, Object) | Serializes the object data onto stream s | |
| Serialize(TextWriter, Object) | Serializes the object data onto stream s |