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 voidKryoSerializable. read(Kryo kryo, Input input)abstract TSerializer. read(Kryo kryo, Input input, Class<? extends T> type)Reads bytes and returns a new object of the specified concrete type.RegistrationClassResolver. readClass(Input input)Reads a class and returns its registration.RegistrationKryo. readClass(Input input)Reads a class and returns its registration.ObjectKryo. readClassAndObject(Input input)Reads the class and object or null using the registered serializer.<T> TKryo. readObject(Input input, Class<T> type)Reads an object using the registered serializer.<T> TKryo. readObject(Input input, Class<T> type, Serializer serializer)Reads an object using the specified serializer.<T> TKryo. readObjectOrNull(Input input, Class<T> type)Reads an object or null using the registered serializer.<T> TKryo. 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 classByteBufferInputAnInputthat uses a ByteBuffer rather than a byte[].classInputChunkedAnInputthat 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 InputKryoDataInput. inputMethods in com.esotericsoftware.kryo.io with parameters of type Input Modifier and Type Method Description voidKryoDataInput. 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 TCollectionSerializer. create(Kryo kryo, Input input, Class<? extends T> type, int size)Used byCollectionSerializer.read(Kryo, Input, Class)to create the new object.protected ListDefaultSerializers.ArraysAsListSerializer. create(Kryo kryo, Input input, Class type, int size)protected ConcurrentSkipListMapDefaultSerializers.ConcurrentSkipListMapSerializer. create(Kryo kryo, Input input, Class<? extends ConcurrentSkipListMap> type, int size)protected PriorityQueueDefaultSerializers.PriorityQueueSerializer. create(Kryo kryo, Input input, Class<? extends PriorityQueue> type, int size)protected TreeMapDefaultSerializers.TreeMapSerializer. create(Kryo kryo, Input input, Class<? extends TreeMap> type, int size)protected TreeSetDefaultSerializers.TreeSetSerializer. create(Kryo kryo, Input input, Class<? extends TreeSet> type, int size)protected EnumMapEnumMapSerializer. create(Kryo kryo, Input input, Class<? extends EnumMap> type, int size)protected TFieldSerializer. create(Kryo kryo, Input input, Class<? extends T> type)Used byFieldSerializer.read(Kryo, Input, Class)to create the new object.protected List<Object>ImmutableCollectionsSerializers.JdkImmutableListSerializer. create(Kryo kryo, Input input, Class<? extends List<Object>> type, int size)protected Map<Object,Object>ImmutableCollectionsSerializers.JdkImmutableMapSerializer. create(Kryo kryo, Input input, Class<? extends Map<Object,Object>> type, int size)protected Set<Object>ImmutableCollectionsSerializers.JdkImmutableSetSerializer. create(Kryo kryo, Input input, Class<? extends Set<Object>> type, int size)protected TMapSerializer. create(Kryo kryo, Input input, Class<? extends T> type, int size)Used byMapSerializer.read(Kryo, Input, Class)to create the new object.TBeanSerializer. read(Kryo kryo, Input input, Class<? extends T> type)ObjectBlowfishSerializer. read(Kryo kryo, Input input, Class type)ObjectClosureSerializer. read(Kryo kryo, Input input, Class type)TCollectionSerializer. read(Kryo kryo, Input input, Class<? extends T> type)TCompatibleFieldSerializer. 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)ListDefaultSerializers.ArraysAsListSerializer. read(Kryo kryo, Input input, Class type)AtomicBooleanDefaultSerializers.AtomicBooleanSerializer. read(Kryo kryo, Input input, Class<? extends AtomicBoolean> type)AtomicIntegerDefaultSerializers.AtomicIntegerSerializer. read(Kryo kryo, Input input, Class<? extends AtomicInteger> type)AtomicLongDefaultSerializers.AtomicLongSerializer. read(Kryo kryo, Input input, Class<? extends AtomicLong> type)AtomicReferenceDefaultSerializers.AtomicReferenceSerializer. read(Kryo kryo, Input input, Class<? extends AtomicReference> type)BigDecimalDefaultSerializers.BigDecimalSerializer. read(Kryo kryo, Input input, Class<? extends BigDecimal> type)BigIntegerDefaultSerializers.BigIntegerSerializer. read(Kryo kryo, Input input, Class<? extends BigInteger> type)BitSetDefaultSerializers.BitSetSerializer. read(Kryo kryo, Input input, Class type)BooleanDefaultSerializers.BooleanSerializer. read(Kryo kryo, Input input, Class<? extends Boolean> type)ByteDefaultSerializers.ByteSerializer. read(Kryo kryo, Input input, Class<? extends Byte> type)CalendarDefaultSerializers.CalendarSerializer. read(Kryo kryo, Input input, Class<? extends Calendar> type)CharacterDefaultSerializers.CharSerializer. read(Kryo kryo, Input input, Class<? extends Character> type)CharsetDefaultSerializers.CharsetSerializer. read(Kryo kryo, Input input, Class<? extends Charset> type)ClassDefaultSerializers.ClassSerializer. read(Kryo kryo, Input input, Class<? extends Class> ignored)CollectionDefaultSerializers.CollectionsEmptyListSerializer. read(Kryo kryo, Input input, Class<? extends Collection> type)MapDefaultSerializers.CollectionsEmptyMapSerializer. read(Kryo kryo, Input input, Class<? extends Map> type)SetDefaultSerializers.CollectionsEmptySetSerializer. read(Kryo kryo, Input input, Class<? extends Set> type)ListDefaultSerializers.CollectionsSingletonListSerializer. read(Kryo kryo, Input input, Class<? extends List> type)MapDefaultSerializers.CollectionsSingletonMapSerializer. read(Kryo kryo, Input input, Class<? extends Map> type)SetDefaultSerializers.CollectionsSingletonSetSerializer. read(Kryo kryo, Input input, Class<? extends Set> type)CurrencyDefaultSerializers.CurrencySerializer. read(Kryo kryo, Input input, Class<? extends Currency> type)DateDefaultSerializers.DateSerializer. read(Kryo kryo, Input input, Class<? extends Date> type)DoubleDefaultSerializers.DoubleSerializer. read(Kryo kryo, Input input, Class<? extends Double> type)EnumDefaultSerializers.EnumSerializer. read(Kryo kryo, Input input, Class<? extends Enum> type)EnumSetDefaultSerializers.EnumSetSerializer. read(Kryo kryo, Input input, Class<? extends EnumSet> type)FloatDefaultSerializers.FloatSerializer. read(Kryo kryo, Input input, Class<? extends Float> type)IntegerDefaultSerializers.IntSerializer. read(Kryo kryo, Input input, Class<? extends Integer> type)KryoSerializableDefaultSerializers.KryoSerializableSerializer. read(Kryo kryo, Input input, Class<? extends KryoSerializable> type)LocaleDefaultSerializers.LocaleSerializer. read(Kryo kryo, Input input, Class<? extends Locale> type)LongDefaultSerializers.LongSerializer. read(Kryo kryo, Input input, Class<? extends Long> type)PatternDefaultSerializers.PatternSerializer. read(Kryo kryo, Input input, Class<? extends Pattern> patternClass)ShortDefaultSerializers.ShortSerializer. read(Kryo kryo, Input input, Class<? extends Short> type)StringBufferDefaultSerializers.StringBufferSerializer. read(Kryo kryo, Input input, Class<? extends StringBuffer> type)StringBuilderDefaultSerializers.StringBuilderSerializer. read(Kryo kryo, Input input, Class<? extends StringBuilder> type)StringDefaultSerializers.StringSerializer. read(Kryo kryo, Input input, Class<? extends String> type)TimestampDefaultSerializers.TimestampSerializer. read(Kryo kryo, Input input, Class<? extends Timestamp> type)TimeZoneDefaultSerializers.TimeZoneSerializer. read(Kryo kryo, Input input, Class<? extends TimeZone> type)URIDefaultSerializers.URISerializer. read(Kryo kryo, Input input, Class<? extends URI> uriClass)URLDefaultSerializers.URLSerializer. read(Kryo kryo, Input input, Class<? extends URL> type)UUIDDefaultSerializers.UUIDSerializer. read(Kryo kryo, Input input, Class<? extends UUID> uuidClass)ObjectDefaultSerializers.VoidSerializer. read(Kryo kryo, Input input, Class type)ObjectDeflateSerializer. read(Kryo kryo, Input input, Class type)EnumEnumNameSerializer. read(Kryo kryo, Input input, Class type)ObjectExternalizableSerializer. read(Kryo kryo, Input input, Class type)abstract voidFieldSerializer.CachedField. read(Input input, Object object)TFieldSerializer. read(Kryo kryo, Input input, Class<? extends T> type)List<Object>ImmutableCollectionsSerializers.JdkImmutableListSerializer. read(Kryo kryo, Input input, Class<? extends List<Object>> type)Map<Object,Object>ImmutableCollectionsSerializers.JdkImmutableMapSerializer. read(Kryo kryo, Input input, Class<? extends Map<Object,Object>> type)Set<Object>ImmutableCollectionsSerializers.JdkImmutableSetSerializer. read(Kryo kryo, Input input, Class<? extends Set<Object>> type)ObjectJavaSerializer. read(Kryo kryo, Input input, Class type)TMapSerializer. read(Kryo kryo, Input input, Class<? extends T> type)OptionalDoubleOptionalSerializers.OptionalDoubleSerializer. read(Kryo kryo, Input input, Class type)OptionalIntOptionalSerializers.OptionalIntSerializer. read(Kryo kryo, Input input, Class type)OptionalLongOptionalSerializers.OptionalLongSerializer. read(Kryo kryo, Input input, Class type)OptionalOptionalSerializers.OptionalSerializer. read(Kryo kryo, Input input, Class type)TRecordSerializer. read(Kryo kryo, Input input, Class<? extends T> type)TTaggedFieldSerializer. read(Kryo kryo, Input input, Class<? extends T> type)DurationTimeSerializers.DurationSerializer. read(Kryo kryo, Input in, Class type)InstantTimeSerializers.InstantSerializer. read(Kryo kryo, Input in, Class type)LocalDateTimeSerializers.LocalDateSerializer. read(Kryo kryo, Input in, Class type)LocalDateTimeTimeSerializers.LocalDateTimeSerializer. read(Kryo kryo, Input in, Class type)LocalTimeTimeSerializers.LocalTimeSerializer. read(Kryo kryo, Input in, Class type)MonthDayTimeSerializers.MonthDaySerializer. read(Kryo kryo, Input in, Class type)OffsetDateTimeTimeSerializers.OffsetDateTimeSerializer. read(Kryo kryo, Input in, Class type)OffsetTimeTimeSerializers.OffsetTimeSerializer. read(Kryo kryo, Input in, Class type)PeriodTimeSerializers.PeriodSerializer. read(Kryo kryo, Input in, Class type)YearMonthTimeSerializers.YearMonthSerializer. read(Kryo kryo, Input in, Class type)YearTimeSerializers.YearSerializer. read(Kryo kryo, Input in, Class type)ZonedDateTimeTimeSerializers.ZonedDateTimeSerializer. read(Kryo kryo, Input in, Class type)ZoneIdTimeSerializers.ZoneIdSerializer. read(Kryo kryo, Input in, Class type)ZoneOffsetTimeSerializers.ZoneOffsetSerializer. read(Kryo kryo, Input in, Class type)TVersionFieldSerializer. 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 classUnsafeByteBufferInputAByteBufferInputthat reads data from direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.classUnsafeInputAnInputthat 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 RegistrationDefaultClassResolver. readClass(Input input)protected RegistrationDefaultClassResolver. readName(Input input)
-