G+_Lane Williams Posted August 31, 2015 Share Posted August 31, 2015 It was mentioned in the last episode about the Google Protocol Buffer storage option. This looks really interesting. Could someone reference the NuGet package used for it along with somewhere to see or download sample C# code usage of it? Thanks, Lane Link to comment Share on other sites More sharing options...
G+_Chris Darrigo Posted September 1, 2015 Share Posted September 1, 2015 Lane, I had the same thought. I downloaded the sample code that Lou demonstrated 2 weeks ago, which I thought used protocol buffers, but found no reference in the visual studio solution. I've been researching it, and it looks like Protocol Buffers is fairly old technology (5 yrs). You might want to check out https://capnproto.org/ instead. Link to comment Share on other sites More sharing options...
G+_Louis Maresca Posted September 27, 2015 Share Posted September 27, 2015 Hey guys, Apologies for the confusion and delay. we had some upload issues and than the project zip was corrupted. We are looking to rebuild the sample soon. I will let you know when it is done.? Link to comment Share on other sites More sharing options...
G+_Louis Maresca Posted September 27, 2015 Share Posted September 27, 2015 So, from the bitbucket recovery it was something like this: Serializing: ProtoBuf.Serializer.Serialize>>(ioStream, episodes); Deserializing: shows = ProtoBuf.Serializer.Deserialize>>(ioStream); Link to comment Share on other sites More sharing options...
Recommended Posts