Closed
Description
Using the spec from #99299 implement a basic data stream writer and reader.
There's a couple of parts here:
- A basic reader/writer in standard C without the PAL in
src/native
so that we can reuse it for NativeAOT and Mono. - A convenience C++ interface in coreclr.
- Initial data stream creation and basic type registration in coreclr