You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using(varstream=newMemoryStream())//According to source, access to the buffer is safe after disposal (See. Dispose()): https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/IO/MemoryStream.cs#L133
13
13
{
14
14
ProtoBuf.Serializer.Serialize(stream,item);//TODO Probably need a Stream -> IBufferWriter. I think the .NET folks have made one...
0 commit comments