Click or drag to resize
CoreHelperGetSerializer Method
Gets the serializer mechanism using the service context and the depending on the request and response.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static IEntitySerializer GetSerializer(
	ServiceContext serviceContext,
	bool isRequest
)

Parameters

serviceContext
Type: Intuit.Ipp.CoreServiceContext
The service context object.
isRequest
Type: SystemBoolean
Specifies whether to return serializer mechanism for reqeust or response.

Return Value

Type: IEntitySerializer
The Serializer mechanism.
See Also