Class IPSerializer
- java.lang.Object
-
- org.mapdb.serializer.GroupSerializerObjectArray<IP>
-
- technology.dice.dicewhere.lineprocessing.serializers.IPSerializer
-
- All Implemented Interfaces:
Comparator<IP>,org.mapdb.Serializer<IP>,org.mapdb.serializer.GroupSerializer<IP>
public class IPSerializer extends org.mapdb.serializer.GroupSerializerObjectArray<IP>
-
-
Field Summary
-
Fields inherited from interface org.mapdb.Serializer
BIG_DECIMAL, BIG_INTEGER, BOOLEAN, BYTE, BYTE_ARRAY, BYTE_ARRAY_DELTA, BYTE_ARRAY_DELTA2, BYTE_ARRAY_NOSIZE, CHAR, CHAR_ARRAY, CLASS, DATE, DOUBLE, DOUBLE_ARRAY, ELSA, FLOAT, FLOAT_ARRAY, ILLEGAL_ACCESS, INT_ARRAY, INTEGER, INTEGER_DELTA, INTEGER_PACKED, JAVA, LONG, LONG_ARRAY, LONG_DELTA, LONG_PACKED, RECID, RECID_ARRAY, SHORT, SHORT_ARRAY, STRING, STRING_ASCII, STRING_DELTA, STRING_DELTA2, STRING_INTERN, STRING_NOSIZE, STRING_ORIGHASH, UUID
-
-
Constructor Summary
Constructors Constructor Description IPSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPdeserialize(org.mapdb.DataInput2 dataInput2, int i)voidserialize(org.mapdb.DataOutput2 dataOutput2, IP ip)-
Methods inherited from class org.mapdb.serializer.GroupSerializerObjectArray
valueArrayCopyOfRange, valueArrayDeleteValue, valueArrayDeserialize, valueArrayEmpty, valueArrayFromArray, valueArrayGet, valueArrayPut, valueArraySearch, valueArraySearch, valueArraySerialize, valueArraySize, valueArrayToArray, valueArrayUpdateVal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
serialize
public void serialize(@Nonnull org.mapdb.DataOutput2 dataOutput2, @Nonnull IP ip) throws IOException
- Throws:
IOException
-
deserialize
public IP deserialize(@Nonnull org.mapdb.DataInput2 dataInput2, int i) throws IOException
- Throws:
IOException
-
-