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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ElysiaNBT
English | 简体中文
Yet another NBT serializer/deserializer, making serializing/deserializing NBT as easy as JSON.
Dependencies
- .NET 9.0
- Modified-UTF8-Encoding v1.2.2
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 | Versions 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.
-
net9.0
- Myitian.Text.ModifiedUTF8Encoding (>= 1.2.2)
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 |