/TostSerializer

General objects serialization library which allows transfer objects over binary streams.

Primary LanguageSmalltalkMIT LicenseMIT

TostSerializer

Build Status

TostSerializer is general object serialization library which allows you to transfer objects over binary streams.

Tost is abbreviation from "Transient Objects Transport" where transient transport means that resulted binary data is supposed to be used in time. Tost does not put any meta information on streams and does not support versioning and data migration.

Its goal is to provide a compact and an efficient way for objects serialization with ability to be optimized for concrete application usage.