Expand description
Concrete serializers and deserializers for the engine WebSocket protocol.
Keeping these entry points in a small crate lets Cargo cache the large serde
monomorphizations generated for the modeling command types across kcl-lib
recompiles.
Functionsยง
- deserialize_
response_ json - Deserialize a JSON engine response.
- deserialize_
response_ msgpack - Deserialize a MessagePack engine response.
- serialize_
request_ json - Serialize an engine request as JSON.
- serialize_
request_ msgpack - Serialize an engine request as named MessagePack.