-
-
Notifications
You must be signed in to change notification settings - Fork 339
DataTranslator registry #2434
Copy link
Copy link
Closed
Labels
status: needs triageThis label is automatically applied to new issues and pull requests to indicate they require triageThis label is automatically applied to new issues and pull requests to indicate they require triagetype: feature requestA feature requestA feature request
Description
Is this request specific to one implementation of Sponge?
No
Sponge Version
1.16.5-36.2.5-8.1.0-RC1153
What are you requesting?
| <T> Optional<DataTranslator<T>> translator(Class<T> objectClass); |
DataManager needs a way to register additional data translators which are returned by that method.
Otherwise a plugin wanting to serialize an object that does not implement DataSerializeable cannot do so
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs triageThis label is automatically applied to new issues and pull requests to indicate they require triageThis label is automatically applied to new issues and pull requests to indicate they require triagetype: feature requestA feature requestA feature request