public class FastJsonSerialization extends Object implements Serialization
| 构造器和说明 |
|---|
FastJsonSerialization() |
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectInput |
deserialize(URL url,
InputStream input)
create deserializer
|
String |
getContentType()
get content type
|
byte |
getContentTypeId()
get content type id
|
ObjectOutput |
serialize(URL url,
OutputStream output)
create serializer
|
public byte getContentTypeId()
SerializationgetContentTypeId 在接口中 Serializationpublic String getContentType()
SerializationgetContentType 在接口中 Serializationpublic ObjectOutput serialize(URL url, OutputStream output) throws IOException
Serializationserialize 在接口中 SerializationIOExceptionpublic ObjectInput deserialize(URL url, InputStream input) throws IOException
Serializationdeserialize 在接口中 SerializationIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.