LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

Add TLKStreamableList<T: TLKStreamable> base type #85

Closed LaKraven closed 9 years ago

LaKraven commented 9 years ago

TLKStreamableList<T: TLKStreamable> is a specialized Generic Container Base Type for TLKStreamable types, designed to provide the following built-in operations:

This will make the serialization of many TLKStreamable 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.

LaKraven commented 9 years ago

Completed by aa29c1c