IViewModelSerializer Interface |
Namespace: SanteDB.Core.Applets.ViewModel
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, IdentifiedData) |
Serializes the object data onto stream s | |
Serialize(TextWriter, IdentifiedData) |
Serializes the object data onto stream s |