 | ViewModelBodySerializerDeSerialize Method |
De-serialize the body
Namespace: SanteDB.Core.ViewModelAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object DeSerialize(
Stream requestOrResponseStream,
ContentType contentType,
Type typeHint
)
Public Overrides Function DeSerialize (
requestOrResponseStream As Stream,
contentType As ContentType,
typeHint As Type
) As Object
public:
virtual Object^ DeSerialize(
Stream^ requestOrResponseStream,
ContentType^ contentType,
Type^ typeHint
) override
abstract DeSerialize :
requestOrResponseStream : Stream *
contentType : ContentType *
typeHint : Type -> Object
override DeSerialize :
requestOrResponseStream : Stream *
contentType : ContentType *
typeHint : Type -> Object Parameters
- requestOrResponseStream Stream
[Missing <param name="requestOrResponseStream"/> documentation for "M:SanteDB.Core.ViewModel.ViewModelBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
- contentType ContentType
[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.ViewModel.ViewModelBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
- typeHint Type
[Missing <param name="typeHint"/> documentation for "M:SanteDB.Core.ViewModel.ViewModelBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Core.ViewModel.ViewModelBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
Implements
IBodySerializerDeSerialize(Stream, ContentType, Type)
See Also