Found 268 packages
System.Buffers
C# runtime library for Protocol Buffers - Google's data interchange format.
Buffer management in DotNetty
See project site for more info.
Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008. Its primary use is to produce small fast binary representations of a 'message' or object for serialization or transportation. 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: tools/protoc.exe, which takes the textual representation of the protocol buffer and turns it into a binary representation for use with ProtoGen.exe. tools/ProtoGen.exe, which takes binary representations of protocol buffer descriptors (as generated by the "stock" protoc binary supplied by Google) and creates C# source code. This is only required at build time. lib/*/Google.ProtocolBuffers.dll, which is a supporting library. This is required at execution time. lib/*/Google.ProtocolBuffers.Serialization.dll, a supplementary library that provides extensions for reading and writing protocol buffers to xml, json, and others. LINKS: Project Home - http://code.google.com/p/protobuf-csharp-port Online Help - http://help.protobuffers.net Developer Guide - http://code.google.com/apis/protocolbuffers/docs/overview.html Language Guide - http://code.google.com/apis/protocolbuffers/docs/proto.html
Pulumi fork to override DefaultRecursionLimit - C# runtime library for Protocol Buffers - Google's data interchange format.
Buffer management in DotNetty
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
DEPRECATED: use package without "-signed". Byte buffers support for DotNetty.
This package contains the HotChocolate.Buffers.ArrayWriter.
基于Google.ProtocolBuffers 2.4.1.555,改造其同时支持.net 4.0和.net standard 2.0
A cross-platform memory efficient serialization library
This package includes the .NET System.Buffers.Binary.BinaryPrimitives namespace for .NET nanoFramework C# projects.
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008. Its primary use is to produce small fast binary representations of a 'message' or object for serialization or transportation. 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: tools/protoc.exe, which takes the textual representation of the protocol buffer and turns it into a binary representation for use with ProtoGen.exe. tools/ProtoGen.exe, which takes binary representations of protocol buffer descriptors (as generated by the "stock" protoc binary supplied by Google) and creates C# source code. This is only required at build time. lib/*/Google.ProtocolBuffersLite.dll, which is a supporting library. This is required at execution time. lib/*/Google.ProtocolBuffersLite.Serialization.dll, a supplementary library that provides extensions for reading and writing protocol buffers to xml, json, and others. LINKS: Project Home - http://code.google.com/p/protobuf-csharp-port Online Help - http://help.protobuffers.net Developer Guide - http://code.google.com/apis/protocolbuffers/docs/overview.html Language Guide - http://code.google.com/apis/protocolbuffers/docs/proto.html
Tools and extensions for working with buffers.
Implementation of the System.Buffers library without logging for .NET Framework 3.5.
Package Description
An API for making fast, efficient binary serializers and deserializers.
基于Google.ProtocolBuffers.Serialization 2.4.1.555,改造其同时支持.net 4.0和.net standard 2.0