| BinaryBodySerializerSerialize Method |
Serialize
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public void Serialize(
Stream s,
Object o,
out ContentType contentType
)
Public Sub Serialize (
s As Stream,
o As Object,
<OutAttribute> ByRef contentType As ContentType
)
public:
virtual void Serialize(
Stream^ s,
Object^ o,
[OutAttribute] ContentType^% contentType
) sealed
abstract Serialize :
s : Stream *
o : Object *
contentType : ContentType byref -> unit
override Serialize :
s : Stream *
o : Object *
contentType : ContentType byref -> unit
Parameters
- s
- Type: System.IOStream
[Missing <param name="s"/> documentation for "M:SanteDB.Core.Http.BinaryBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- o
- Type: SystemObject
[Missing <param name="o"/> documentation for "M:SanteDB.Core.Http.BinaryBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- contentType
- Type: System.Net.MimeContentType
[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.BinaryBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
Implements
IBodySerializerSerialize(Stream, Object, ContentType)See Also