Click or drag to resize

IViewModelSerializer Methods

The IViewModelSerializer type exposes the following members.

Methods
 NameDescription
Public methodAddLoadedObject Add the classified object
Public methodDeSerialize(Stream, Type) De-serialize the specified stream to type
Public methodDeSerializeTModel(Stream) De-serializes the specified object from the stream
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetLoadedObject Get loaded object from delay load cache
Public methodLoadCollectionTAssociation Loads the associations for the specified object
Public methodLoadRelatedTRelated Loads the specified related object
Public methodLoadSerializerAssembly Loads all instance of serializers (pre-compiled) from the specified assembly
Public methodSerialize(Stream, Object) Serializes the object data onto stream s
Public methodSerialize(TextWriter, Object) Serializes the object data onto stream s
Top
See Also