Click or drag to resize

IBodySerializer Interface

Defines behavior of a content/type mapper

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IBodySerializer

The IBodySerializer type exposes the following members.

Properties
 NameDescription
Public propertyContentType Get the content type that this serializes
Top
Methods
 NameDescription
Public methodDeSerialize Serialize the reply stream
Public methodGetSerializer Gets the serializer for this body serializer
Public methodSerialize Serialize the specified object
Top
See Also