Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
442 packages returned for Tags:"binary"
Sort by
Relevance
Downloads
Recently updated
Google.
Protobuf
by:
protobuf-packages
296,071,922 total downloads
last updated
9/7/2023
Latest version:
3.24.3
Protocol
Buffers
Binary
Serialization
Format
Google
proto
proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
protobuf-
net
by:
marc.gravell
87,039,474 total downloads
last updated
5/25/2023
Latest version:
3.2.26
binary
serialization
protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-
net.
Core
by:
marc.gravell
23,830,322 total downloads
last updated
5/25/2023
Latest version:
3.2.26
binary
serialization
protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Apache.
Avro
by:
blachniet
iemejia
RyanSkraba
15,826,389 total downloads
last updated
9/25/2023
Latest version:
1.11.3
Avro
Apache
Serialization
Binary
Json
Schema
Avro provides: Rich data structures. A compact, fast, binary data format. A container file, to store persistent data. Remote procedure call (RPC). Simple integration with dynamic...
More information
Google.
Protobuf.
Tools
by:
protobuf-packages
8,921,130 total downloads
last updated
9/7/2023
Latest version:
3.24.3
Protocol
Buffers
Binary
Serialization
Format
Google
proto
proto3
See project site for more info.
PeterO.
Cbor
by:
peteroupc
3,256,624 total downloads
last updated
1/18/2022
Latest version:
4.5.2
cbor
data
serialization
binary
json
A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.
FsPickler
by:
eirik
3,645,716 total downloads
last updated
2/17/2020
Latest version:
5.3.2
F#
fsharp
serializer
pickler
binary
json
xml
FsPickler is a serialization library that facilitates the distribution of .NET objects. The implementation focuses on performance and completeness in supported types, including F# types. It supports multiple,...
More information
protobuf-
net.
Reflection
by:
marc.gravell
1,945,946 total downloads
last updated
3/4/2023
Latest version:
3.2.12
binary
serialization
protobuf
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
Pulumi.
Protobuf
by:
pulumi-bot
3,042,936 total downloads
last updated
6/23/2022
Latest version:
3.20.1
Protocol
Buffers
Binary
Serialization
Format
Google
proto
proto3
Pulumi fork to override DefaultRecursionLimit - C# runtime library for Protocol Buffers - Google's data interchange format.
protobuf-
net.
BuildTools
by:
marc.gravell
1,007,211 total downloads
last updated
5/31/2023
Latest version:
3.2.27
binary
serialization
protobuf
Analyzer and Generator support for protobuf-net
BinaryFormatter
by:
LukaszPyrzyk
1,276,657 total downloads
last updated
7/21/2019
Latest version:
3.0.0
binary
serializer
formatter
deserializer
serialization
binaryformatter
BinaryFormatter - binary serializer
Google.
ProtocolBuffers
by:
csharptest.net
1,255,508 total downloads
last updated
2/22/2015
Latest version:
2.4.1.555
Protocol
Buffers
Binary
Serialization
Format
Google
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...
More information
CSharpTest.
Net.
Collections
by:
csharptest.net
1,746,738 total downloads
last updated
9/6/2014
Latest version:
14.906.1403.1082
B+
Tree
BPlus
BTree
BPlusTree
LinkedHashMap
Dictionary
Binary
File
Storage
==CSharpTest.Net.Collections== * BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk. * BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree. * BTreeList - an...
More information
SharpSerializer
by:
polo
1,177,150 total downloads
last updated
12/28/2021
Latest version:
3.0.2
serializer
binary
serializer
xml
serializer
xml
serialize
binary
serialize
xml
More tags
SharpSerializer is an open source XML and binary serializer for .NET. With only one line of code it can serialize types like: multidimensional array, nested array, array-of-arrays, polymorphic object (where...
More information
UrlBase64
by:
neosmart
730,667 total downloads
last updated
9/5/2023
Latest version:
1.0.0
url
web
base64
encoding
binary
A standards-compliant implementation of url-safe base64 encode/decode for .NET projects with Span optimizations.
Microsoft.
Avro.
Core
by:
dougservice
697,208 total downloads
last updated
6/7/2017
Latest version:
0.1.0
Avro
Serialization
Json
Binary
Schema
Microsoft Avro library for .NET Standard 2.0 and .NET Framework 4.5.1.
Microsoft.
CodeAnalysis.
BinSkim
by:
Microsoft
TSE-SecurityTools
2,375,817 total downloads
last updated
12/17/2022
Latest version:
2.0.0-rc2
binary
analysis
binskim
binscope
security
portable
executable
linkable
format
sdl
More tags
A correctness and security checker for Windows portable executables and Linux ELF binaries. BinSkim scans binaries to ensure they have been compiled in a secure way, e.g., by opting into data execution...
More information
BinarySerializer
by:
jefffhaynes
551,305 total downloads
last updated
8/23/2023
Latest version:
8.6.4.1
Serialization
Serializer
Binary
Format
Protocol
A declarative serialization framework for controlling formatting of data using field bindings.
FsPickler.
Json
by:
eirik
729,570 total downloads
last updated
2/17/2020
Latest version:
5.3.2
F#
fsharp
serializer
pickler
binary
json
xml
FsPickler is a serialization library that facilitates the distribution of .NET objects. The implementation focuses on performance and completeness in supported types, including F# types. It supports multiple,...
More information
BinaryEncoding
by:
tabrath
483,137 total downloads
last updated
6/15/2019
Latest version:
1.5.0
Binary
Encoding
BigEndian
LittleEndian
Varint
Easily encode numbers to and from binary format
Previous
Next