-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Please add how to do custom object serialization in order to be set as value in DictDB.
Example:
import score.DictDB;
public class Example {
class Custom {
...
}
private final DictDB<String, CustomObject> temp;
...
}Some resources and example I got from the discord channel
https://docs.google.com/presentation/d/1S24vCTcPJ5GOGfPu1sApJLwyOTTdgYEf/export/pdf
https://www.javadoc.io/doc/foundation.icon/javaee-api/latest/score/ObjectReader.html
https://www.javadoc.io/doc/foundation.icon/javaee-api/latest/score/ObjectWriter.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels