Package com.github.siroshun09.configapi.core.serialization
package com.github.siroshun09.configapi.core.serialization
A package to provide "serialization" related interfaces.
-
ClassDescriptionDeserializer<I,
O> An interface to "deserialize" objects to other types.Serialization<T,S> An interface that holdsSerializer
and/orDeserializer
.ARuntimeException
that will be thrown when errors occurred while serializing/deserializing objects.Serializer<I,O> An interface to "serialize" objects to other types.