SabreTools.Serialization 1.6.1

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

// Install SabreTools.Serialization as a Cake Tool
#tool nuget:?package=SabreTools.Serialization&version=1.6.1

SabreTools.Serialization

This library comprises of serializers that both read and write from files and streams to the dedicated models as well as convert to and from the common internal models. This library is partially used by the current parsing and writing code but none of the internal model serialization is used.

Find the link to the Nuget package here.

Interfaces

Below is a table representing the various conversion interfaces that are implemented within this library.

Interface Name Source Type Destination Type
IByteDeserializer byte[]? Model
IByteSerializer Model byte[]?
IFileDeserializer string? path Model
IFileSerializer Model string? path
IModelSerializer Model Model
IStreamDeserializer Stream? Model
IStreamSerializer Model Stream?
IStringDeserializer string? representation Model
IStringSerializer Model string? representation

Below is a table representing the various non-conversion interfaces that are implemented within this library.

Interface Name Purpose
IPrinter Provides a formatted output for a model
IWrapper / IWrapper<T> Wraps a model or set of models to provide additional functionality

Namespaces

Below is a table of all namespaces within the library and what they represent

Namespace Description
SabreTools.Serialization.CrossModel Convert between models; mainly used for metadata files converting to and from a common, Dictionary-based model
SabreTools.Serialization.Deserializers Convert from external sources to models
SabreTools.Serialization.Printers Export model information in a formatted manner
SabreTools.Serialization.Serializers Convert from models to external sources
SabreTools.Serialization.Wrappers Classes that wrap serialization and models to allow for including extension properties
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on SabreTools.Serialization:

Package Downloads
UnshieldSharp

Port of Unshield and unshieldv3 to C#

BurnOutSharp

Protection scanning library

WiseUnpacker

Wise installer unpacker based on E_WISE and HWUN

BinaryObjectScanner

Protection scanning library

SabreTools.Printing

Pretty-printing library for various models

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SabreTools.Serialization:

Repository Stars
SabreTools/MPF
Redumper/Aaru/DiscImageCreator GUI in C#
Version Downloads Last updated
1.6.1 192 4/28/2024
1.6.0 250 4/27/2024
1.5.6 258 4/24/2024
1.5.5 365 4/24/2024
1.5.4 320 4/24/2024
1.5.3 306 4/18/2024
1.5.2 169 4/17/2024
1.5.1 94 4/17/2024
1.5.0 775 4/4/2024
1.4.3 331 4/2/2024
1.4.2 86 4/2/2024
1.4.1 468 3/25/2024
1.4.0 1,056 3/12/2024
1.3.3 848 3/5/2024
1.3.2 802 2/6/2024
1.3.1 1,238 1/6/2024
1.3.0 1,721 11/22/2023
1.2.1 123 11/15/2023
1.2.0 149 11/14/2023
1.1.7 284 10/25/2023
1.1.6 352 9/29/2023
1.1.5 155 9/16/2023
1.1.4 97 9/16/2023
1.1.3 114 9/16/2023
1.1.2 157 9/13/2023
1.1.1 128 9/11/2023
1.1.0 96 9/11/2023