public abstract class ImmutableSerializer<T> extends Serializer<T>
Serializer.setImmutable(boolean)
set to true. This convenience class exists only to reduce the typing
needed to define a serializer which is immutable.Constructor and Description |
---|
ImmutableSerializer() |
copy, getAcceptsNull, isImmutable, read, setAcceptsNull, setImmutable, write
Copyright © 2019. All Rights Reserved.