 | FormBodySerializerSerialize Method |
Serialize the specified object
Namespace: SanteDB.Core.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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 Stream
[Missing <param name="s"/> documentation for "M:SanteDB.Core.Http.FormBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- o Object
[Missing <param name="o"/> documentation for "M:SanteDB.Core.Http.FormBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- contentType ContentType
[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.FormBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
Implements
IBodySerializerSerialize(Stream, Object, ContentType)
See Also