McProtoNet.Serialization 2.0.0-preview.3

This is a prerelease version of McProtoNet.Serialization.
dotnet add package McProtoNet.Serialization --version 2.0.0-preview.3                
NuGet\Install-Package McProtoNet.Serialization -Version 2.0.0-preview.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="McProtoNet.Serialization" Version="2.0.0-preview.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add McProtoNet.Serialization --version 2.0.0-preview.3                
#r "nuget: McProtoNet.Serialization, 2.0.0-preview.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install McProtoNet.Serialization as a Cake Addin
#addin nuget:?package=McProtoNet.Serialization&version=2.0.0-preview.3&prerelease

// Install McProtoNet.Serialization as a Cake Tool
#tool nuget:?package=McProtoNet.Serialization&version=2.0.0-preview.3&prerelease                

McProtoNet.Serialization

McProtoNet.Serialization is a library designed to simplify the serialization and deserialization of Minecraft protocol data. It provides a powerful and flexible API for working with binary data specific to Minecraft, including:

  • Processing data in BigEndian format (high byte forward), which complies with the specifications of the Minecraft protocol and eliminates the need for manual byte order control.

  • Serialization and deserialization of specific data types such as VarInt, VarLong, UUID, and NBT (Named Binary Tag).

  • Convenient methods for reading and writing structures, which makes it easier to work with low-level data.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on McProtoNet.Serialization:

Package Downloads
McProtoNet

High-performance library for working with the minecraft protocol

McProtoNet.Abstractions

Abstractions for McProtoNet

McProtoNet.Protocol

A library that supports multiversion

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-preview.3 87 3/8/2025
2.0.0-preview.2 83 3/8/2025