ark::serialization::is_serializable

Defined in header “ark/serialization/traits.hh”.


This trait indicates if the given structure is serializable or not. If you have implemented serialize() and deserialize() calls, then you should also implement this trait.