|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.dubbo.common.serialize.support.dubbo.DubboSerialization
public class DubboSerialization
| Constructor Summary | |
|---|---|
DubboSerialization()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DubboSerialization()
| Method Detail |
|---|
public byte getContentTypeId()
Serialization
getContentTypeId in interface Serializationpublic String getContentType()
Serialization
getContentType in interface Serialization
public ObjectOutput serialize(URL url,
OutputStream out)
throws IOException
Serialization
serialize in interface SerializationIOException
public ObjectInput deserialize(URL url,
InputStream is)
throws IOException
Serialization
deserialize in interface SerializationIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||