public class FstSerialization extends Object implements Serialization
| Constructor and Description |
|---|
FstSerialization() |
| Modifier and Type | Method and Description |
|---|---|
ObjectInput |
deserialize(URL url,
InputStream is)
create deserializer
|
String |
getContentType()
get content type
|
byte |
getContentTypeId()
get content type id
|
ObjectOutput |
serialize(URL url,
OutputStream out)
create serializer
|
public byte getContentTypeId()
SerializationgetContentTypeId in interface Serializationpublic String getContentType()
SerializationgetContentType in interface Serializationpublic ObjectOutput serialize(URL url, OutputStream out) throws IOException
Serializationserialize in interface SerializationIOExceptionpublic ObjectInput deserialize(URL url, InputStream is) throws IOException
Serializationdeserialize in interface SerializationIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.