Skip to content
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

Remove java.io.Serializable #389

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Craigacp
Copy link
Member

@Craigacp Craigacp commented Jan 10, 2025

Description

Removes support for java.io.Serializable from all main Tribuo types. The only supported serialization mechanism is protobuf. Fixes #391.

Motivation

java.io.Serializable makes it difficult to migrate classes.

@Craigacp Craigacp added the Oracle employee This PR is from an Oracle employee label Jan 10, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement. Oracle employee This PR is from an Oracle employee
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove all uses of java.io.Serializable
1 participant