unmarshal static method
Implementation
static Money unmarshal(MarshalledObject marshalled)
{
return new Money( marshalled.getRequired("value").asInt() );
}
static Money unmarshal(MarshalledObject marshalled)
{
return new Money( marshalled.getRequired("value").asInt() );
}