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: 2.2.1
Syntax
public interface IBodySerializer

The IBodySerializer type exposes the following members.

Properties
  NameDescription
Public propertySerializer
Gets the serializer for this body serializer
Top
Methods
  NameDescription
Public methodDeSerialize
Serialize the reply stream
Public methodSerialize
Serialize the specified object
Top
See Also