Click or drag to resize

IViewModelSerializerDeSerialize Method (Stream, Type)

De-serialize the specified stream to type

Namespace:  SanteDB.Core.Applets.ViewModel
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
Object DeSerialize(
	Stream s,
	Type t
)

Parameters

s
Type: System.IOStream

[Missing <param name="s"/> documentation for "M:SanteDB.Core.Applets.ViewModel.IViewModelSerializer.DeSerialize(System.IO.Stream,System.Type)"]

t
Type: SystemType

[Missing <param name="t"/> documentation for "M:SanteDB.Core.Applets.ViewModel.IViewModelSerializer.DeSerialize(System.IO.Stream,System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Core.Applets.ViewModel.IViewModelSerializer.DeSerialize(System.IO.Stream,System.Type)"]

See Also