![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Concept for types that can be registered for polymorphic JSON deserialization. More...
#include <shamsolvergraph/include/shamsolvergraph/JsonSerializable.hpp>
Concept for types that can be registered for polymorphic JSON deserialization.
Requires that T derives from JsonSerializable and provides a static T::from_json(const nlohmann::json &) that returns exactly T.
Definition at line 129 of file JsonSerializable.hpp.