# Module BSV::Wallet::Serializer <a id="module-BSV-Wallet-Serializer"></a>

Registry of per-call BRC-103 binary serialisers.

Each table maps a Wire::Calls constant to the module_function on the matching
Serializer sub-module. Other developer agents populate their tiers in parallel
— add one entry per call, one line each.

## Constants
### `DESERIALIZE_ARGS` <a id="constant-DESERIALIZE_ARGS"></a> <a id="DESERIALIZE_ARGS-constant"></a>
Server-side: deserialise incoming args payload for each call.

### `DESERIALIZE_RESULT` <a id="constant-DESERIALIZE_RESULT"></a> <a id="DESERIALIZE_RESULT-constant"></a>
Client-side: deserialise incoming result payload for each call.

### `SERIALIZE_ARGS` <a id="constant-SERIALIZE_ARGS"></a> <a id="SERIALIZE_ARGS-constant"></a>
Client-side: serialise outgoing args for each call.

### `SERIALIZE_RESULT` <a id="constant-SERIALIZE_RESULT"></a> <a id="SERIALIZE_RESULT-constant"></a>
Server-side: serialise outgoing result for each call.
