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
IOException
public abstract ByteBuffer serialize() throws IOException
IOException
Copyright © 2020 The Apache Software Foundation. All rights reserved.