This project has retired. For details please refer to its
Attic page.
CollectionsNCopiesSerializer (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<List<T>>
-
- org.apache.giraph.writable.kryo.serializers.CollectionsNCopiesSerializer<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
List<T> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<List<T>> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
List<T> object) |
-
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.