JsonCallbackBodySerializer class

JSON implementation of ICallbackBodySerializer.

public sealed class JsonCallbackBodySerializer : ICallbackBodySerializer

Public Members

name description
JsonCallbackBodySerializer() The default constructor.
Serialize(…) Serializes the callback body based on the provided plan and context.

See Also