 | XmlBodySerializerDeSerialize Method |
Serialize the reply stream
Namespace: SanteDB.Core.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Object DeSerialize(
Stream s,
ContentType contentType,
Type typeHint
)
Public Function DeSerialize (
s As Stream,
contentType As ContentType,
typeHint As Type
) As Object
public:
virtual Object^ DeSerialize(
Stream^ s,
ContentType^ contentType,
Type^ typeHint
) sealed
abstract DeSerialize :
s : Stream *
contentType : ContentType *
typeHint : Type -> Object
override DeSerialize :
s : Stream *
contentType : ContentType *
typeHint : Type -> Object Parameters
- s Stream
[Missing <param name="s"/> documentation for "M:SanteDB.Core.Http.XmlBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
- contentType ContentType
[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.XmlBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
- typeHint Type
[Missing <param name="typeHint"/> documentation for "M:SanteDB.Core.Http.XmlBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Core.Http.XmlBodySerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]
Implements
IBodySerializerDeSerialize(Stream, ContentType, Type)
See Also