 | PlaintextSerializerSerialize 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 requestOrResponseStream,
Object objectToSerialize,
out ContentType contentType
)
Public Sub Serialize (
requestOrResponseStream As Stream,
objectToSerialize As Object,
<OutAttribute> ByRef contentType As ContentType
)
public:
virtual void Serialize(
Stream^ requestOrResponseStream,
Object^ objectToSerialize,
[OutAttribute] ContentType^% contentType
) sealed
abstract Serialize :
requestOrResponseStream : Stream *
objectToSerialize : Object *
contentType : ContentType byref -> unit
override Serialize :
requestOrResponseStream : Stream *
objectToSerialize : Object *
contentType : ContentType byref -> unit Parameters
- requestOrResponseStream Stream
[Missing <param name="requestOrResponseStream"/> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- objectToSerialize Object
[Missing <param name="objectToSerialize"/> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- contentType ContentType
[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.PlaintextSerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
Implements
IBodySerializerSerialize(Stream, Object, ContentType)
See Also