IndiePortable.Formatter
0.1.1
See the version list below for details.
dotnet add package IndiePortable.Formatter --version 0.1.1
NuGet\Install-Package IndiePortable.Formatter -Version 0.1.1
<PackageReference Include="IndiePortable.Formatter" Version="0.1.1" />
paket add IndiePortable.Formatter --version 0.1.1
#r "nuget: IndiePortable.Formatter, 0.1.1"
// Install IndiePortable.Formatter as a Cake Addin #addin nuget:?package=IndiePortable.Formatter&version=0.1.1 // Install IndiePortable.Formatter as a Cake Tool #tool nuget:?package=IndiePortable.Formatter&version=0.1.1
IndiePortable Formatter is a general purpose, cross-platform binary serialization library that supports object graph circles. With the included classes and interfaces, programmers are enabled to develop cross-platform apps that communicate via (de-)serialization.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on IndiePortable.Formatter:
Package | Downloads |
---|---|
IndiePortable.Collections
A cross-platform extension to the default set of collections in the System.Collections namespace providing generic array-based lists and dictionaries. |
|
IndiePortable.Communication.UniversalWindows
Provides an implementation of the Communication library for the Universal Windows Platform, including listeners and connections for the TCP protocol. |
|
IndiePortable.Communication.Tcp
Provides primitives for working with TCP connections in the IndiePortable library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added support for single- and multi-dimensional array (de-)serialization.
- Improved stability
- Bugfixes