Trl.Serialization
1.0.4
dotnet add package Trl.Serialization --version 1.0.4
NuGet\Install-Package Trl.Serialization -Version 1.0.4
<PackageReference Include="Trl.Serialization" Version="1.0.4" />
paket add Trl.Serialization --version 1.0.4
#r "nuget: Trl.Serialization, 1.0.4"
// Install Trl.Serialization as a Cake Addin
#addin nuget:?package=Trl.Serialization&version=1.0.4
// Install Trl.Serialization as a Cake Tool
#tool nuget:?package=Trl.Serialization&version=1.0.4
Trl.Serialization aims to create a compact human readable general-purpose data representation system based on the definition of terms. These _terms_ should be familiar to any programmer because they are basically strings, numbers, and function symbols. This is exposed as a serialiser and deserialiser to make it useful for most applications.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- Trl.TermDataRepresentation (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Trl.Serialization aims to create a compact human readable general-purpose data representation system based on the definition of terms. These _terms_ should be familiar to any programmer because they are basically strings, numbers, and function symbols. This is exposed as a serialiser and deserialiser to make it useful for most applications.