Package | Description |
---|---|
com.esotericsoftware.kryo | |
com.esotericsoftware.kryo.util |
Modifier and Type | Method and Description |
---|---|
StreamFactory |
Kryo.getStreamFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Kryo.setStreamFactory(StreamFactory streamFactory) |
Constructor and Description |
---|
Kryo(ClassResolver classResolver,
ReferenceResolver referenceResolver,
StreamFactory streamFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamFactory
StreamFactory which provides usual Input/Output streams, which are
present in all versions of Kryo.
|
class |
FastestStreamFactory
This StreamFactory tries to provide fastest possible Input/Output streams on a given platform.
|
Copyright © 2015. All rights reserved.