 | ViewModelBodySerializerSerialize Method |
Serialize
Namespace: SanteDB.Core.ViewModelAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override void Serialize(
Stream requestOrResponseStream,
Object objectToSerialize,
out ContentType contentType
)
Public Overrides Sub Serialize (
requestOrResponseStream As Stream,
objectToSerialize As Object,
<OutAttribute> ByRef contentType As ContentType
)
public:
virtual void Serialize(
Stream^ requestOrResponseStream,
Object^ objectToSerialize,
[OutAttribute] ContentType^% contentType
) override
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.ViewModel.ViewModelBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- objectToSerialize Object
[Missing <param name="objectToSerialize"/> documentation for "M:SanteDB.Core.ViewModel.ViewModelBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
- contentType ContentType
[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.ViewModel.ViewModelBodySerializer.Serialize(System.IO.Stream,System.Object,System.Net.Mime.ContentType@)"]
Implements
IBodySerializerSerialize(Stream, Object, ContentType)
See Also