SerializerStream

Description

abstract class Tinman.Core.IO.Serialization.SerializerStream

Derived from

SerializerBase abstract

Extended by

Serializer sealed

Abstract base class for implementation of the ISerializable interface that uses a IDataStream for reading and writing binary data.

Protected / Constructors

Serializer​Stream


protected constructor SerializerStream → (1)

dataStream in : IDataStream

The underlying binary data stream.

Creates a new instance of SerializerStream.

Protected / Attributes

data​Stream


protected readonly attribute dataStream → (IDataStream)

The underlying binary data stream.