Time serialization/deserialization
Deserializes JSON string by converting time since epoch to Time
Returns a hash, that will be turned into a JSON object and represent this object.
Stores class name (Time) with number of seconds since epoch and number of microseconds for Time as JSON string
[Validate]