Click or drag to resize

PlaintextSerializerDeSerialize Method

Serialize the reply stream

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public Object DeSerialize(
	Stream requestOrResponseStream,
	ContentType contentType,
	Type typeHint
)

Parameters

requestOrResponseStream  Stream

[Missing <param name="requestOrResponseStream"/> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]

contentType  ContentType

[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]

typeHint  Type

[Missing <param name="typeHint"/> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.DeSerialize(System.IO.Stream,System.Net.Mime.ContentType,System.Type)"]

Implements

IBodySerializerDeSerialize(Stream, ContentType, Type)
See Also