Interface to for serializers to derive from, so that we can swap specific serializer implementations if needed.

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface ISerializerAdapter
Visual Basic
Public Interface ISerializerAdapter
Visual C++
public interface class ISerializerAdapter

See Also