unmarshal static method
Implementation
static Range unmarshal(MarshalledObject marshalled)
{
return new Range(marshalled.getRequired("minValue").asDouble(), marshalled.getRequired("maxValue").asDouble() );
}
static Range unmarshal(MarshalledObject marshalled)
{
return new Range(marshalled.getRequired("minValue").asDouble(), marshalled.getRequired("maxValue").asDouble() );
}