TLKStreamableList<T: TLKStreamable> is a specialized Generic Container Base Type for TLKStreamable types, designed to provide the following built-in operations:
LoadFromFile
LoadFromStream
SaveToFile
SaveToStream
This will make the serialization of manyTLKStreamable objects into Streams, and subsequent runtime reconstruction of those same objects at runtime, a single line of code per operation, regardless of the number of objects in the container.
TLKStreamableList<T: TLKStreamable>
is a specialized Generic Container Base Type forTLKStreamable
types, designed to provide the following built-in operations:LoadFromFile
LoadFromStream
SaveToFile
SaveToStream
This will make the serialization of many
TLKStreamable
objects intoStreams
, and subsequent runtime reconstruction of those same objects at runtime, a single line of code per operation, regardless of the number of objects in the container.