 | IBodySerializerGetSerializer Method |
Gets the serializer for this body serializer
Namespace: SanteDB.Core.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxObject GetSerializer(
Type typeHint
)
Function GetSerializer (
typeHint As Type
) As Object
Object^ GetSerializer(
Type^ typeHint
)
abstract GetSerializer :
typeHint : Type -> Object Parameters
- typeHint Type
[Missing <param name="typeHint"/> documentation for "M:SanteDB.Core.Http.IBodySerializer.GetSerializer(System.Type)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Core.Http.IBodySerializer.GetSerializer(System.Type)"]
See Also