Skip to content

Remove custom serialization format #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 17, 2020
Merged

Remove custom serialization format #178

merged 2 commits into from
Apr 17, 2020

Conversation

cquiroz
Copy link
Owner

@cquiroz cquiroz commented Apr 16, 2020

The original threetenbp project defines a custom serialization format. This adds a bunch of code and complexity which could be removed.
While I have refrained for these large changes this should be ok because

  • Serialization is not really supported on scala.js
  • The API specifies that the classes should be Serializable but doesn't mandate a specific format
    This change will also let me simplify some internal bits

cquiroz added 2 commits April 16, 2020 09:17
Signed-off-by: Carlos Quiroz <[email protected]>
@cquiroz cquiroz merged commit bc9f4ca into master Apr 17, 2020
@cquiroz cquiroz deleted the serialization-removed branch April 17, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant