The "geners" package is designed to address the problem of C++ object persistence in situations where the most typical data access pattern is "write once read many" (WORM). This access pattern is very common in scientific projects — a data recording device or a simulation program creates the original set of objects which is later reused (typically, for the purposes of data analysis and presentation of results) by other programs. "Geners" is, more or less, a set of tools and conventions which allows its users to develop C++ classes that can be converted to and from a storable stream of bytes in a well-organized and type-safe manner. Serialization of STL containers is supported, including the ones added in the C++11 standard. Independent versioning of each class definition is allowed.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.12.0-bp156.3.4 info | GA Release | 2023-12-07 | 15 SP6 |
|
|
1.12.0-bp155.2.13 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
1.12.0-bp154.1.19 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.11.1-bp153.1.18 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.11.1-bp152.3.13 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
1.11.1-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
1.11.1-bp151.2.15 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
1.11.1-bp150.2.5 info | GA Release | 2018-07-30 | 15 |
|
|
1.11.1-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|