ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Reflector< ores::trading::domain::product_type > Struct Reference

rfl reflector for ores::trading::domain::product_type. More...

#include <product_type.hpp>

Collaboration diagram for Reflector< ores::trading::domain::product_type >:
Collaboration graph

Public Types

using ReflType = std::string
 

Static Public Member Functions

static ores::trading::domain::product_type to (const ReflType &s)
 
static ReflType from (const ores::trading::domain::product_type &v)
 

Detailed Description

rfl reflector for ores::trading::domain::product_type.

Serialises to/from a lowercase string in JSON and any other rfl-driven wire format. Wire shape stays identical to the previous std::string field, so no protocol changes are required when consumers migrate.