| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectOutput
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default ObjectOutput |
Serialization.serialize(URL url,
OutputStream output)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
Serialization.serialize(URL url,
OutputStream output)
Get a serialization implementation instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvroObjectOutput |
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
AvroSerialization.serialize(URL url,
OutputStream output) |
| Modifier and Type | Class and Description |
|---|---|
class |
FastJsonObjectOutput
FastJson object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
FastJsonSerialization.serialize(URL url,
OutputStream output) |
| Modifier and Type | Class and Description |
|---|---|
class |
FstObjectOutput
Fst object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
FstSerialization.serialize(URL url,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonJsonObjectOutput |
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
GsonSerialization.serialize(URL url,
OutputStream output) |
| Modifier and Type | Class and Description |
|---|---|
class |
Hessian2ObjectOutput
Hessian2 object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
Hessian2Serialization.serialize(URL url,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaObjectOutput
Java object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
JavaSerialization.serialize(URL url,
OutputStream out) |
ObjectOutput |
CompactedJavaSerialization.serialize(URL url,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
KryoObjectOutput
Kryo object output implementation, kryo object can be clean
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
KryoSerialization.serialize(URL url,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeJavaObjectOutput
Native java object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
NativeJavaSerialization.serialize(URL url,
OutputStream output) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericProtobufObjectOutput
GenericGoogleProtobuf object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
GenericProtobufSerialization.serialize(URL url,
OutputStream output) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtostuffObjectOutput
Protostuff object output implementation
|
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
ProtostuffSerialization.serialize(URL url,
OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
ObjectOutput |
Hessian2Serialization.serialize(URL url,
OutputStream out) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.