public interface Serializer<T>
T
read(java.io.DataInput from)
void
write(T value, java.io.DataOutput to)
@Nullable T read(@Nonnull java.io.DataInput from) throws java.io.IOException
java.io.IOException
void write(@Nullable T value, @Nonnull java.io.DataOutput to) throws java.io.IOException
Copyright © 2013 echocat. All Rights Reserved.