public class JavaIterableWrapperSerializer
extends com.esotericsoftware.kryo.Serializer<Iterable<?>>
The underlying object is scala.collection.convert.Wrappers$IterableWrapper. Kryo deserializes this into an AbstractCollection, which unfortunately doesn't work.
Constructor and Description |
---|
JavaIterableWrapperSerializer() |
Modifier and Type | Method and Description |
---|---|
static T |
copy(com.esotericsoftware.kryo.Kryo x$1,
T x$2) |
static boolean |
getAcceptsNull() |
static boolean |
isImmutable() |
Iterable<?> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input in,
Class<Iterable<?>> clz) |
static void |
setAcceptsNull(boolean x$1) |
static void |
setGenerics(com.esotericsoftware.kryo.Kryo x$1,
Class<?>[] x$2) |
static void |
setImmutable(boolean x$1) |
static Object |
wrapperClass() |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output out,
Iterable<?> obj) |
public static Object wrapperClass()
public static boolean getAcceptsNull()
public static void setAcceptsNull(boolean x$1)
public static boolean isImmutable()
public static void setImmutable(boolean x$1)
public static void setGenerics(com.esotericsoftware.kryo.Kryo x$1, Class<?>[] x$2)
public static T copy(com.esotericsoftware.kryo.Kryo x$1, T x$2)
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output out, Iterable<?> obj)
write
in class com.esotericsoftware.kryo.Serializer<Iterable<?>>
public Iterable<?> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input in, Class<Iterable<?>> clz)
read
in class com.esotericsoftware.kryo.Serializer<Iterable<?>>