Share via


SerializationSettings Class

Definition

This class defines the settings used when serializing data contained by objects included as part of the Bot Framework Protocol v3 with Streaming Extensions.

public static class SerializationSettings
type SerializationSettings = class
Public Class SerializationSettings
Inheritance
SerializationSettings

Fields

ApplicationJson

The value that should be used as the content-type header for application json.

BotSchemaSerializationSettings

The serialization settings for use when operating on objects defined within the bot schema.

DefaultDeserializationSettings

The default deserialization settings for use in most cases.

DefaultSerializationSettings

The default serialization settings for use in most cases.

Applies to