(self, parameters, operation_model)
| 1196 | TIMESTAMP_FORMAT = 'unixtimestamp' |
| 1197 | |
| 1198 | def serialize_to_request(self, parameters, operation_model): |
| 1199 | register_feature_id('PROTOCOL_RPC_V2_CBOR') |
| 1200 | return super().serialize_to_request(parameters, operation_model) |
| 1201 | |
| 1202 | def _serialize_body_params(self, parameters, input_shape): |
| 1203 | body = bytearray() |
nothing calls this directly
no test coverage detected