rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
105 stars 42 forks source link

Implement Serde for SharedString #414

Closed Dekkonot closed 1 month ago

Dekkonot commented 1 month ago

Implements Serde for SharedString. The implementation is pulled from BinaryString to avoid us having to do anything fancy.

This will allow users to specify SharedString properties in Rojo, which is of some importance.

Dekkonot commented 1 month ago

Nothing fancy on the Rojo integration front, I just mean that serde will allow them to be specified in Rojo's JSON files.