public class FastJsonSerialization extends Object implements Serialization
e.g. <dubbo:protocol serialization="fastjson" />
| 构造器和说明 |
|---|
FastJsonSerialization() |
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectInput |
deserialize(org.apache.dubbo.common.URL url,
InputStream input) |
String |
getContentType() |
byte |
getContentTypeId() |
ObjectOutput |
serialize(org.apache.dubbo.common.URL url,
OutputStream output) |
public byte getContentTypeId()
getContentTypeId 在接口中 Serializationpublic String getContentType()
getContentType 在接口中 Serializationpublic ObjectOutput serialize(org.apache.dubbo.common.URL url, OutputStream output) throws IOException
serialize 在接口中 SerializationIOExceptionpublic ObjectInput deserialize(org.apache.dubbo.common.URL url, InputStream input) throws IOException
deserialize 在接口中 SerializationIOExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.