unmarshal static method
Encoded object parameter is encoded depending on format.
Implementation
static EllaTime unmarshal(MarshalledObject marshalled)
{
int seconds = marshalled.asInt();
return new EllaTime(seconds);
}
Encoded object parameter is encoded depending on format.
static EllaTime unmarshal(MarshalledObject marshalled)
{
int seconds = marshalled.asInt();
return new EllaTime(seconds);
}