Click or drag to resize

FormBodySerializerDeSerialize Method

De-serialize

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

Parameters

s
Type: System.IOStream

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

contentType
Type: System.Net.MimeContentType

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

typeHint
Type: SystemType

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

Return Value

Type: Object

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

Implements

IBodySerializerDeSerialize(Stream, ContentType, Type)
See Also