<out T is array<string, mixed> = array<string, mixed>>extends |
JsonSerializable |
|---|
Marker for the params object carried by a JSON-RPC request. The heavy
RequestParams base (client-to-server, with required _meta) and the
standalone server-to-client params both implement it.
| Methods | ||
|---|---|---|
public
|
toArray(): T
|
# |
public
|
jsonSerialize(): array<string, mixed>|stdClass
|
# |