|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alibaba.dubbo.common.serialize.support.java.JavaSerialization
public class JavaSerialization
Constructor Summary | |
---|---|
JavaSerialization()
|
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 JavaSerialization()
Method Detail |
---|
public byte getContentTypeId()
Serialization
getContentTypeId
in interface Serialization
public String getContentType()
Serialization
getContentType
in interface Serialization
public ObjectOutput serialize(URL url, OutputStream out) throws IOException
Serialization
serialize
in interface Serialization
IOException
public ObjectInput deserialize(URL url, InputStream is) throws IOException
Serialization
deserialize
in interface Serialization
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |