IBinaryIOT Interface

Provides support for reading and writing types in binary using BinaryReader and BinaryWriter.

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public interface IBinaryIO<T>

Type Parameters

T
The type of object to read and write in binary.

Methods

Read Reads a value of T from binary using reader.
Write Writes a value of T in binary using writer.

See Also