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