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