Select a tag to browse associated projects and drill deeper into the tag cloud.
protobuf-net is a C#/.NET "protocol buffers" implementation that adopts .NET idioms. It provides fast and efficient binary serialization using a cross-platform open format, and supports most common .NET patterns.
"Protocol Buffers" is a binary serialization format and technology, released to the open source community by Google in 2008. There are various implementations of Protocol Buffers in .NET. This project is a fairly close port of the Google Java implementation. There are two main parts:
An extendable custom serialization library in c#. Xml and Binary serializers implemented by default.
MyObject myObject = new MyObject(); // Wrap myObject into a SerializableObject instance using (SerializableObject serializableMyObject = new SerializableObject(myObject)) { // Access myObject serializable members by name // data type conversion is performed automatically
Welcome to the CSharpTest.Net code libraryProject Home: http://csharptest.net Status: Ready for use PurposeProvide an open source code library for basic needs not met by the core .Net Framework infrastructure. Demonstrate a real-world example of keeping code simple by design. Show proven
A Generic Object Pool for .NET with built-in support for asynchronous operations and concurrent updates. This project is based on serializableobject.
Pepperjack is intended to replace the standard XML serializers that ship with .NET with a much more flexible, and testable, solution.
NUtilities provides easy to use utilities using Generics in C# to perform common tasks like: Serialization IO HTTP Requests
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.