RpcRequestSerializerImpl
public interface RpcRequestSerializer
RpcRequest
objects into string
values (typically JSON).Modifier and Type | Method | Description |
---|---|---|
String |
serialize(RpcRequest<?> request) |
Serializes a given
RpcRequest object into the expected string format. |
String serialize(RpcRequest<?> request)
RpcRequest
object into the expected string format. This string value is then
submitted to the node as the request body.request
- the RPC request dataCopyright © 2020. All rights reserved.