|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.contacts.protocol.runtime.CustomMarshaler
public class CustomMarshaler
Field Summary |
---|
Fields inherited from interface com.genesyslab.platform.contacts.protocol.runtime.CustomMarshaling |
---|
NOT_PROCESSED, PROCESSED_COMPLETELLY, PROCESSED_NEED_DEFAULT |
Constructor Summary | |
---|---|
CustomMarshaler(UcsCustomMarshalManager ucsCustomMarshalManager)
|
Method Summary | |
---|---|
int |
marshal(KeyValueCollection outKv,
java.lang.String key,
java.lang.Object val,
KeyValueCollection inKv)
|
int |
unmarshal(KeyValueCollection outKv,
java.lang.String key,
java.lang.Object val,
KeyValueCollection inKv)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomMarshaler(UcsCustomMarshalManager ucsCustomMarshalManager)
Method Detail |
---|
public int marshal(KeyValueCollection outKv, java.lang.String key, java.lang.Object val, KeyValueCollection inKv) throws ProtocolException
marshal
in interface CustomMarshaling
ProtocolException
public int unmarshal(KeyValueCollection outKv, java.lang.String key, java.lang.Object val, KeyValueCollection inKv) throws ProtocolException
unmarshal
in interface CustomMarshaling
ProtocolException
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |