9 packages tagged with “rt.util”
Execute tasks after project build to validate invariants and fail the build if violated.
Serialize classes to/from JSON/XML/binary/your own format. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration. See RT.Serialization.Xml, RT.Serialization.Json, RT.Serialization.Binary.
Wad of stuff. Code from 1.* of this package has been moved to one of the following packages: RT.Util.Core, RT.Serialization.Json / RT.Serialization.Xml, RT.Json, RT.PostBuild and RT.Util.Legacy.
A JSON parser written before Json.NET became good. Slower than Json.NET. API aimed at stringent (non-lenient) access.
Legacy code from RT.Util. Preserved only to make it possible to compile ancient unmaintained private projects.
Serialize classes to/from binary using a custom binary format. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration.
Serialize classes to/from XML. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration.
Serialize classes to/from JSON. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration.
Wad of stuff. See also: RT.Util, RT.Serialization.Json / RT.Serialization.Xml, RT.Json, RT.Geometry, RT.PostBuild and RT.Util.Legacy.