This project has retired. For details please refer to its
Attic page .
ArraysAsListSerializer (Apache Giraph Parent 1.4.0-SNAPSHOT API)
JavaScript is disabled on your browser.
java.lang.Object
com.esotericsoftware.kryo.Serializer<List >
org.apache.giraph.writable.kryo.serializers.ArraysAsListSerializer
public class ArraysAsListSerializer
extends com.esotericsoftware.kryo.Serializer<List >
Special serializer for Arrays.asList() as they can not be
deserialized in a standard way.
https://groups.google.com/forum/#!msg/kryo-users/2lXTCEOSxA0/gLzIZRtaNCUJ
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
List
read (com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class <List > type)
void
write (com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
List 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.