|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodecException | |
|---|---|
| com.alipay.remoting.exception | |
| com.alipay.remoting.serialization | |
| Uses of CodecException in com.alipay.remoting.exception |
|---|
| Subclasses of CodecException in com.alipay.remoting.exception | |
|---|---|
class |
DeserializationException
Exception when deserialize failed |
class |
SerializationException
Exception when serialize failed |
| Uses of CodecException in com.alipay.remoting.serialization |
|---|
| Methods in com.alipay.remoting.serialization that throw CodecException | ||
|---|---|---|
|
HessianSerializer.deserialize(byte[] data,
String classOfT)
|
|
|
Serializer.deserialize(byte[] data,
String classOfT)
Decode bytes into Object. |
|
byte[] |
HessianSerializer.serialize(Object obj)
|
|
byte[] |
Serializer.serialize(Object obj)
Encode object into bytes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||