Uses of Class
com.esotericsoftware.kryo.io.Input
-
Packages that use Input Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.io com.esotericsoftware.kryo.serializers com.esotericsoftware.kryo.unsafe com.esotericsoftware.kryo.util -
-
Uses of Input in com.esotericsoftware.kryo
Methods in com.esotericsoftware.kryo with parameters of type Input Modifier and Type Method Description void
KryoSerializable. read(Kryo kryo, Input input)
abstract T
Serializer. read(Kryo kryo, Input input, Class<? extends T> type)
Reads bytes and returns a new object of the specified concrete type.Registration
ClassResolver. readClass(Input input)
Reads a class and returns its registration.Registration
Kryo. readClass(Input input)
Reads a class and returns its registration.Object
Kryo. readClassAndObject(Input input)
Reads the class and object or null using the registered serializer.<T> T
Kryo. readObject(Input input, Class<T> type)
Reads an object using the registered serializer.<T> T
Kryo. readObject(Input input, Class<T> type, Serializer serializer)
Reads an object using the specified serializer.<T> T
Kryo. readObjectOrNull(Input input, Class<T> type)
Reads an object or null using the registered serializer.<T> T
Kryo. readObjectOrNull(Input input, Class<T> type, Serializer serializer)
Reads an object or null using the specified serializer. -
Uses of Input in com.esotericsoftware.kryo.io
Subclasses of Input in com.esotericsoftware.kryo.io Modifier and Type Class Description class
ByteBufferInput
AnInput
that uses a ByteBuffer rather than a byte[].class
InputChunked
AnInput
that reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.Fields in com.esotericsoftware.kryo.io declared as Input Modifier and Type Field Description protected Input
KryoDataInput. input
Methods in com.esotericsoftware.kryo.io with parameters of type Input Modifier and Type Method Description void
KryoDataInput. setInput(Input input)
Constructors in com.esotericsoftware.kryo.io with parameters of type Input Constructor Description KryoDataInput(Input input)
KryoObjectInput(Kryo kryo, Input input)
-
Uses of Input in com.esotericsoftware.kryo.serializers
Methods in com.esotericsoftware.kryo.serializers with parameters of type Input Modifier and Type Method Description protected T
CollectionSerializer. create(Kryo kryo, Input input, Class<? extends T> type, int size)
Used byCollectionSerializer.read(Kryo, Input, Class)
to create the new object.protected List
DefaultSerializers.ArraysAsListSerializer. create(Kryo kryo, Input input, Class type, int size)
protected ConcurrentSkipListMap
DefaultSerializers.ConcurrentSkipListMapSerializer. create(Kryo kryo, Input input, Class<? extends ConcurrentSkipListMap> type, int size)
protected PriorityQueue
DefaultSerializers.PriorityQueueSerializer. create(Kryo kryo, Input input, Class<? extends PriorityQueue> type, int size)
protected TreeMap
DefaultSerializers.TreeMapSerializer. create(Kryo kryo, Input input, Class<? extends TreeMap> type, int size)
protected TreeSet
DefaultSerializers.TreeSetSerializer. create(Kryo kryo, Input input, Class<? extends TreeSet> type, int size)
protected EnumMap
EnumMapSerializer. create(Kryo kryo, Input input, Class<? extends EnumMap> type, int size)
protected T
FieldSerializer. create(Kryo kryo, Input input, Class<? extends T> type)
Used byFieldSerializer.read(Kryo, Input, Class)
to create the new object.protected T
MapSerializer. create(Kryo kryo, Input input, Class<? extends T> type, int size)
Used byMapSerializer.read(Kryo, Input, Class)
to create the new object.T
BeanSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
Object
BlowfishSerializer. read(Kryo kryo, Input input, Class type)
Object
ClosureSerializer. read(Kryo kryo, Input input, Class type)
T
CollectionSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
T
CompatibleFieldSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
boolean[]
DefaultArraySerializers.BooleanArraySerializer. read(Kryo kryo, Input input, Class type)
byte[]
DefaultArraySerializers.ByteArraySerializer. read(Kryo kryo, Input input, Class type)
char[]
DefaultArraySerializers.CharArraySerializer. read(Kryo kryo, Input input, Class type)
double[]
DefaultArraySerializers.DoubleArraySerializer. read(Kryo kryo, Input input, Class type)
float[]
DefaultArraySerializers.FloatArraySerializer. read(Kryo kryo, Input input, Class type)
int[]
DefaultArraySerializers.IntArraySerializer. read(Kryo kryo, Input input, Class type)
long[]
DefaultArraySerializers.LongArraySerializer. read(Kryo kryo, Input input, Class type)
Object[]
DefaultArraySerializers.ObjectArraySerializer. read(Kryo kryo, Input input, Class type)
short[]
DefaultArraySerializers.ShortArraySerializer. read(Kryo kryo, Input input, Class type)
String[]
DefaultArraySerializers.StringArraySerializer. read(Kryo kryo, Input input, Class type)
List
DefaultSerializers.ArraysAsListSerializer. read(Kryo kryo, Input input, Class type)
BigDecimal
DefaultSerializers.BigDecimalSerializer. read(Kryo kryo, Input input, Class<? extends BigDecimal> type)
BigInteger
DefaultSerializers.BigIntegerSerializer. read(Kryo kryo, Input input, Class<? extends BigInteger> type)
BitSet
DefaultSerializers.BitSetSerializer. read(Kryo kryo, Input input, Class type)
Boolean
DefaultSerializers.BooleanSerializer. read(Kryo kryo, Input input, Class<? extends Boolean> type)
Byte
DefaultSerializers.ByteSerializer. read(Kryo kryo, Input input, Class<? extends Byte> type)
Calendar
DefaultSerializers.CalendarSerializer. read(Kryo kryo, Input input, Class<? extends Calendar> type)
Character
DefaultSerializers.CharSerializer. read(Kryo kryo, Input input, Class<? extends Character> type)
Charset
DefaultSerializers.CharsetSerializer. read(Kryo kryo, Input input, Class<? extends Charset> type)
Class
DefaultSerializers.ClassSerializer. read(Kryo kryo, Input input, Class<? extends Class> ignored)
Collection
DefaultSerializers.CollectionsEmptyListSerializer. read(Kryo kryo, Input input, Class<? extends Collection> type)
Map
DefaultSerializers.CollectionsEmptyMapSerializer. read(Kryo kryo, Input input, Class<? extends Map> type)
Set
DefaultSerializers.CollectionsEmptySetSerializer. read(Kryo kryo, Input input, Class<? extends Set> type)
List
DefaultSerializers.CollectionsSingletonListSerializer. read(Kryo kryo, Input input, Class<? extends List> type)
Map
DefaultSerializers.CollectionsSingletonMapSerializer. read(Kryo kryo, Input input, Class<? extends Map> type)
Set
DefaultSerializers.CollectionsSingletonSetSerializer. read(Kryo kryo, Input input, Class<? extends Set> type)
Currency
DefaultSerializers.CurrencySerializer. read(Kryo kryo, Input input, Class<? extends Currency> type)
Date
DefaultSerializers.DateSerializer. read(Kryo kryo, Input input, Class<? extends Date> type)
Double
DefaultSerializers.DoubleSerializer. read(Kryo kryo, Input input, Class<? extends Double> type)
Enum
DefaultSerializers.EnumSerializer. read(Kryo kryo, Input input, Class<? extends Enum> type)
EnumSet
DefaultSerializers.EnumSetSerializer. read(Kryo kryo, Input input, Class<? extends EnumSet> type)
Float
DefaultSerializers.FloatSerializer. read(Kryo kryo, Input input, Class<? extends Float> type)
Integer
DefaultSerializers.IntSerializer. read(Kryo kryo, Input input, Class<? extends Integer> type)
KryoSerializable
DefaultSerializers.KryoSerializableSerializer. read(Kryo kryo, Input input, Class<? extends KryoSerializable> type)
Locale
DefaultSerializers.LocaleSerializer. read(Kryo kryo, Input input, Class<? extends Locale> type)
Long
DefaultSerializers.LongSerializer. read(Kryo kryo, Input input, Class<? extends Long> type)
Short
DefaultSerializers.ShortSerializer. read(Kryo kryo, Input input, Class<? extends Short> type)
StringBuffer
DefaultSerializers.StringBufferSerializer. read(Kryo kryo, Input input, Class<? extends StringBuffer> type)
StringBuilder
DefaultSerializers.StringBuilderSerializer. read(Kryo kryo, Input input, Class<? extends StringBuilder> type)
String
DefaultSerializers.StringSerializer. read(Kryo kryo, Input input, Class<? extends String> type)
TimeZone
DefaultSerializers.TimeZoneSerializer. read(Kryo kryo, Input input, Class<? extends TimeZone> type)
URL
DefaultSerializers.URLSerializer. read(Kryo kryo, Input input, Class<? extends URL> type)
Object
DefaultSerializers.VoidSerializer. read(Kryo kryo, Input input, Class type)
Object
DeflateSerializer. read(Kryo kryo, Input input, Class type)
Enum
EnumNameSerializer. read(Kryo kryo, Input input, Class type)
Object
ExternalizableSerializer. read(Kryo kryo, Input input, Class type)
abstract void
FieldSerializer.CachedField. read(Input input, Object object)
T
FieldSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
Object
JavaSerializer. read(Kryo kryo, Input input, Class type)
T
MapSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
OptionalDouble
OptionalSerializers.OptionalDoubleSerializer. read(Kryo kryo, Input input, Class type)
OptionalInt
OptionalSerializers.OptionalIntSerializer. read(Kryo kryo, Input input, Class type)
OptionalLong
OptionalSerializers.OptionalLongSerializer. read(Kryo kryo, Input input, Class type)
Optional
OptionalSerializers.OptionalSerializer. read(Kryo kryo, Input input, Class type)
T
RecordSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
T
TaggedFieldSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
Duration
TimeSerializers.DurationSerializer. read(Kryo kryo, Input in, Class type)
Instant
TimeSerializers.InstantSerializer. read(Kryo kryo, Input in, Class type)
LocalDate
TimeSerializers.LocalDateSerializer. read(Kryo kryo, Input in, Class type)
LocalDateTime
TimeSerializers.LocalDateTimeSerializer. read(Kryo kryo, Input in, Class type)
LocalTime
TimeSerializers.LocalTimeSerializer. read(Kryo kryo, Input in, Class type)
MonthDay
TimeSerializers.MonthDaySerializer. read(Kryo kryo, Input in, Class type)
OffsetDateTime
TimeSerializers.OffsetDateTimeSerializer. read(Kryo kryo, Input in, Class type)
OffsetTime
TimeSerializers.OffsetTimeSerializer. read(Kryo kryo, Input in, Class type)
Period
TimeSerializers.PeriodSerializer. read(Kryo kryo, Input in, Class type)
YearMonth
TimeSerializers.YearMonthSerializer. read(Kryo kryo, Input in, Class type)
Year
TimeSerializers.YearSerializer. read(Kryo kryo, Input in, Class type)
ZonedDateTime
TimeSerializers.ZonedDateTimeSerializer. read(Kryo kryo, Input in, Class type)
ZoneId
TimeSerializers.ZoneIdSerializer. read(Kryo kryo, Input in, Class type)
ZoneOffset
TimeSerializers.ZoneOffsetSerializer. read(Kryo kryo, Input in, Class type)
T
VersionFieldSerializer. read(Kryo kryo, Input input, Class<? extends T> type)
-
Uses of Input in com.esotericsoftware.kryo.unsafe
Subclasses of Input in com.esotericsoftware.kryo.unsafe Modifier and Type Class Description class
UnsafeByteBufferInput
AByteBufferInput
that reads data from direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.class
UnsafeInput
AnInput
that reads data from a byte[] using sun.misc.Unsafe. -
Uses of Input in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util with parameters of type Input Modifier and Type Method Description Registration
DefaultClassResolver. readClass(Input input)
protected Registration
DefaultClassResolver. readName(Input input)
-