SerializerBase

Description

abstract class Tinman.Core.IO.Serialization.SerializerBase

Derived from

ISerializer

Extended by

SerializerStream abstract

Abstract base class for ISerializer implementations.

Protected / Methods

Read​String


protected method ReadString → (1)

length in : int32

The string length tag.

returns → string

The data token value.

Returns a data token of the object being deserialized.

IOException

If an I/O error has occurred.