Example #1
0
 public Object deserialize(byte[] bytes) throws IOException {
   return UtilObject.getObject(bytes);
 }
Example #2
0
 public Object deserialize(RecordManager recman, long recid, byte[] bytes) throws IOException {
   return UtilObject.getObject(bytes);
 }
 public Object getExternalRequester() {
   byte[] value = process.getBytes(org.ofbiz.shark.SharkConstants.externalReq);
   return UtilObject.getObject(value);
 }