BinaryPack
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
File Explorer
Download Latest Version (.zip)- Benchmark.cs
- Benchmark.Deserialization.cs
- Benchmark.Serialization.cs
- BinaryPack.Benchmark.csproj
- Program.cs
- FileSizeComparer.cs
- BinaryPack.Comparison.csproj
- Program.cs
- BinarySerializationAttribute.cs
- IgnoredMemberAttribute.cs
- LocalTypeAttribute.cs
- ProcessorIdAttribute.cs
- SerializableMemberAttribute.cs
- BinaryDeserializer.cs
- BinarySerializer.cs
- SerializationMode.cs
- NumericExtensions.cs
- TypeExtensions.cs
- StreamExtensions.cs
- MemberInfoExtensions.cs
- DynamicMethod{T}.cs
- ILGeneratorExtensions.cs
- AssemblyInfo.cs
- BinaryReader.cs
- BinaryWriter.cs
- ArrayProcessor{TArray}.Locals.cs
- BitArrayProcessor.Locals.cs
- SZArrayProcessor{T}.Locals.cs
- ICollectionProcessorBase{TCollection,TElement}.Locals.cs
- IDictionaryProcessorBase{TDictionary,TCollection,TKey,TValue}.Locals.cs
- DictionaryProcessor{TKey,TValue}.cs
- IEnumerableProcessor{T}.Locals.cs
- ListProcessor{T}.Locals.cs
- Arguments.cs
- NullableProcessor{T}.Locals.cs
- ObjectProcessor{T}.Locals.cs
- StringProcessor.Locals.cs
- TypeProcessor{T}.cs
- ArrayProcessor{TArray}.cs
- BitArrayProcessor.cs
- SZArrayProcessor{T}.cs
- ICollectionProcessorBase{TCollection,TElement}.cs
- IDictionaryProcessorBase{TDictionary,TKey,TValue}.cs
- DictionaryProcessor{TKey,TValue}.cs
- ICollectionProcessor{T}.cs
- IDictionaryProcessor{TKey,TValue}.cs
- IEnumerableProcessor{T}.cs
- IReadOnlyCollectionProcessor{T}.cs
- IReadOnlyDictionary{TKey,TValue}.cs
- ListProcessor{T}.cs
- NullableProcessor{T}.cs
- ObjectProcessor{T}.cs
- StringProcessor.cs
- BinaryReader.cs
- BinaryWriter.cs
- Span.cs
- TypeProcessor.cs
- BinaryConverter.cs
- BinaryPack.csproj
- EqualityComparer.cs
- RandomProvider.cs
- StructuralComparer.cs
- IInitializable.cs
- BinaryPack.Models.projitems
- BinaryPack.Models.shproj
- HelloWorldModel.cs
- JsonResponseModel.cs
- ListContainerModel.cs
- MessagePackSampleModel.cs
- NestedHierarchySimpleModel.cs
- NeuralNetworkLayerModel.cs
- UnmanagedArrayModel.cs
- ValidationReferenceTypeModel.cs
- ValidationValueTypeModel.cs
- BinaryPack.Unit.csproj
- SerializationTest.cs
- TestRunner.cs
- ArrayTest.cs
- BinaryPack.Unit.Internals.csproj
- BitArrayTest.cs
- BufferTest.cs
- DictionaryTest.cs
- ICollectionTest.cs
- IDictionaryTest.cs
- IEnumerableTest.cs
- ListTest.cs
- NullableTest.cs
- ObjectTest.cs
- StringTest.cs
- SZArrayTest.cs
- .gitattributes
- .gitignore
- BinaryPack.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Sergio0694/BinaryPack
Downloads the entire project code from GitHub to your computer.
cd BinaryPack
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
