java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.RuntimeConversions

public class RuntimeConversions extends Object

This class servers as a fallback for the configuration serialization framework. Generated serialize and deserializion methods may emit calls to serialize(Object, ParameterType, ClassLoader) and deserialize(Object, ParameterType, ClassLoader) if at classload-time it could not be established how an object should be (de)serialized.

To adjust the runtime serialization and deserialization behaviour, you can register a Codec

See Also: