ElysiaNBT 0.0.1

dotnet add package ElysiaNBT --version 0.0.1                
NuGet\Install-Package ElysiaNBT -Version 0.0.1                
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="ElysiaNBT" Version="0.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ElysiaNBT --version 0.0.1                
#r "nuget: ElysiaNBT, 0.0.1"                
#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 ElysiaNBT as a Cake Addin
#addin nuget:?package=ElysiaNBT&version=0.0.1

// Install ElysiaNBT as a Cake Tool
#tool nuget:?package=ElysiaNBT&version=0.0.1                

ElysiaNBT

English | 简体中文

Yet another NBT serializer/deserializer, making serializing/deserializing NBT as easy as JSON.

Dependencies

Features

  • Use native types instead of specialized types like NbtCompound;
  • Automatically find the best matching type converter;
  • Automatically cache reflection results and converters;
  • Supports Java Edition NBT, Bedrock Edition NBT and SNBT;
  • Support deserialization to object type (default is Dictionary<string, object>);
  • Support deserialization to dynamic type (default is ExpandoObject);
  • You can use NbtEntryNameAttribute to specify the entry name;
  • You can use NbtEntryNameAttribute to specify the entry order;
  • You can use NbtIgnoreAttribute to specify ignore rules;
  • You can use NbtConverterAttribute to specify converters;

TODO

  • Source generator (to support AOT generation)

References

<img src="./icon.png" width="256">

Product Compatible and additional computed target framework versions.
.NET 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1 114 12/14/2024