Click or drag to resize

FormBodySerializerGetSerializer Method

Gets the underlying serializer

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public Object GetSerializer(
	Type typeHint
)

Parameters

typeHint
Type: SystemType

[Missing <param name="typeHint"/> documentation for "M:SanteDB.Core.Http.FormBodySerializer.GetSerializer(System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Core.Http.FormBodySerializer.GetSerializer(System.Type)"]

Implements

IBodySerializerGetSerializer(Type)
See Also