public abstract class PSRpcObject extends Object
| Constructor and Description | 
|---|
| PSRpcObject() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | deserialize(ByteBuffer buffer) | 
| abstract ByteBuffer | serialize() | 
public static final int PUSH
public static final int PULL
public abstract void deserialize(ByteBuffer buffer) throws IOException
IOExceptionpublic abstract ByteBuffer serialize() throws IOException
IOExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.