FluidFramework
FluidFramework copied to clipboard
Introduction of JsonableOrBinary
Split from https://github.com/microsoft/FluidFramework/pull/20952 This PR will not compile, it depends on #20953 being merged first.
Introduces new type JsonableOrBinary<T> that allows mixing in ArrayBuffer into Jsonable, and provides serialization / deserialization APIs.
Name is likely not great and needs to be changed - feedback is welcome.