ISerializationConverter Interface

Glimpse API

ISerializationConverter Interface Glimpse API Documentation

Definition for a converter that will provide a custom object representation to serialize for the supported types.

When implemented, a serialization converter will be discovered and added to the collection of serialization converters.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public interface ISerializationConverter
public interface ISerializationConverter
See Also