SabreTools.Serialization
1.5.3
See the version list below for details.
dotnet add package SabreTools.Serialization --version 1.5.3
NuGet\Install-Package SabreTools.Serialization -Version 1.5.3
<PackageReference Include="SabreTools.Serialization" Version="1.5.3" />
paket add SabreTools.Serialization --version 1.5.3
#r "nuget: SabreTools.Serialization, 1.5.3"
// Install SabreTools.Serialization as a Cake Addin #addin nuget:?package=SabreTools.Serialization&version=1.5.3 // Install SabreTools.Serialization as a Cake Tool #tool nuget:?package=SabreTools.Serialization&version=1.5.3
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 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 |
IWrapper |
N/A | N/A |
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.Serializers |
Convert from models to external sources |
SabreTools.Serialization.Wrappers |
Classes that wrap serialization and models to allow for including extension properties |
Product | Versions 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. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 2.0
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 3.5
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 4.0
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
net5.0
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
- SabreTools.Hashing (>= 1.2.0)
- SabreTools.IO (>= 1.3.7)
- SabreTools.Models (>= 1.4.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SabreTools.Serialization:
Package | Downloads |
---|---|
UnshieldSharp
Port of Unshield and unshieldv3 to C# |
|
WiseUnpacker
Wise installer unpacker based on E_WISE and HWUN |
|
BurnOutSharp
Protection scanning library |
|
BinaryObjectScanner
Protection scanning library |
|
SabreTools.Printing
Pretty-printing library for various models |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SabreTools.Serialization:
Repository | Stars |
---|---|
SabreTools/MPF
Redumper/Aaru/DiscImageCreator GUI in C#
|
|
SabreTools/SabreTools
DAT management tool with advanced editing and sorting features
|
Version | Downloads | Last updated |
---|---|---|
1.6.9 | 569 | 10/31/2024 |
1.6.8 | 2,603 | 10/1/2024 |
1.6.7 | 4,037 | 6/13/2024 |
1.6.6 | 173 | 6/2/2024 |
1.6.5 | 3,574 | 5/15/2024 |
1.6.4 | 141 | 5/15/2024 |
1.6.3 | 298 | 5/7/2024 |
1.6.2 | 140 | 5/7/2024 |
1.6.1 | 318 | 4/28/2024 |
1.6.0 | 536 | 4/27/2024 |
1.5.6 | 317 | 4/24/2024 |
1.5.5 | 422 | 4/24/2024 |
1.5.4 | 349 | 4/24/2024 |
1.5.3 | 361 | 4/18/2024 |
1.5.2 | 206 | 4/17/2024 |
1.5.1 | 122 | 4/17/2024 |
1.5.0 | 848 | 4/4/2024 |
1.4.3 | 399 | 4/2/2024 |
1.4.2 | 110 | 4/2/2024 |
1.4.1 | 527 | 3/25/2024 |
1.4.0 | 1,108 | 3/12/2024 |
1.3.3 | 885 | 3/5/2024 |
1.3.2 | 862 | 2/6/2024 |
1.3.1 | 1,268 | 1/6/2024 |
1.3.0 | 1,780 | 11/22/2023 |
1.2.1 | 179 | 11/15/2023 |
1.2.0 | 191 | 11/14/2023 |
1.1.7 | 323 | 10/25/2023 |
1.1.6 | 387 | 9/29/2023 |
1.1.5 | 178 | 9/16/2023 |
1.1.4 | 125 | 9/16/2023 |
1.1.3 | 145 | 9/16/2023 |
1.1.2 | 185 | 9/13/2023 |
1.1.1 | 156 | 9/11/2023 |
1.1.0 | 123 | 9/11/2023 |