nw::Common
-
struct Common
Public Functions
-
bool from_json(const nlohmann::json &archive, SerializationProfile profile, ObjectType object_type)
-
nlohmann::json to_json(SerializationProfile profile, ObjectType object_type) const
-
Common()
-
explicit Common(nw::MemoryResource *allocator)
-
void clear()
Clears all data members and resets to default constructed.
-
inline bool valid()
Determines if common component was successfully parsed.
-
bool from_json(const nlohmann::json &archive, SerializationProfile profile, ObjectType object_type)