pjfanning opened a new pull request, #2394:
URL: https://github.com/apache/fory/pull/2394

   * the way that Scala Durations have been represented internally has changed 
between recent Scala versions
   * it is useful to test that serialization/deserialization works
   * it would be a breaking change but it might be useful for fory-scala to 
have a dedicated serializer for Scala Durations that converted the duration to 
ISO-8601 duration string (eg `PT1H` for 1 hour).
   * this would mean that we wouldn't be relying on the internal state of class 
instances but have a format that is independent of the Duration class internal 
state but that still is easy for us to deserialize and match to meaningful new 
Scala Duration instance when we deserialize 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to