public static interface ConfigRegistry.Serializer
ConfigRegistry.setSerializer(com.threerings.admin.server.ConfigRegistry.Serializer).| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String value)
Deserializes the object contained in the specified string.
|
String |
serialize(String name,
Object value)
Serializes the supplied data into a format that may be saved.
|
Copyright © 2015. All rights reserved.