benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Build Serializer functionality to convert messages to and from Script value types #151

Open benreid24 opened 1 year ago

benreid24 commented 1 year ago

Build out another serializer layer, in addition to binary and json, to allow easy conversion from script::Value to message types and vis versa.