FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Introduction of JsonableOrBinary

Open vladsud opened this issue 10 months ago • 0 comments

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.

vladsud avatar May 02 '24 17:05 vladsud