Roblox-File-Format icon indicating copy to clipboard operation
Roblox-File-Format copied to clipboard

Add `byte[]` type in Property.Types

Open jiwonz opened this issue 7 months ago • 0 comments

Simply added byte[] in Property.Types.

This adds support for byte[] property type when serializing PROP chunk of BinaryRobloxFile.

So now BinaryStringValue.Value can be serialized properly(maybe? but I have tested with rbx-dom with Rojo and Lune)

But needs XML token for byte[] to be serialized properly for XMLRobloxFile. (They're needed to be encoded to Base64 with CDATA prefix iirc)

jiwonz avatar May 19 '25 16:05 jiwonz