IBinaryIOT Interface
Namespace: Jodosoft.PrimitivesAssembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public interface IBinaryIO<T>
Public Interface IBinaryIO(Of T)
generic<typename T>
public interface class IBinaryIO
type IBinaryIO<'T> = interface end
Type Parameters
- T
- The type of object to read and write in binary.
Read |
Reads a value of T from binary using reader.
|
Write |
Writes a value of T in binary using writer.
|