Interface that describes the structure and content of a serialization format

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public interface ISerializationFormat
Visual Basic
Public Interface ISerializationFormat
Visual C++
public interface class ISerializationFormat
F#
type ISerializationFormat =  interface end

See Also