Closed evaleev closed 8 months ago
Cereal serialization backend was never fully deployable due to lack of proper support for introspection of serializability of complex types (e.g. cannot deduce serializability of std::vector<T> for arbitrary T).
std::vector<T>
T
Cereal serialization backend was never fully deployable due to lack of proper support for introspection of serializability of complex types (e.g. cannot deduce serializability of
std::vector<T>
for arbitraryT
).