-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced usage
ZorT edited this page Nov 20, 2022
·
6 revisions
This page is under construction!
⚠️
public class CustomAdapter implements NodeSerializer<Test.AnyObject, ConfigurationSection> {
@Override
public void serialize(NodeContext<Object, ConfigurationSection> context, Test.AnyObject object) {
}
}
config.registerAdapter(AnyObject.class, new CustomAdapter());