| 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
)
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
- 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