18 packages tagged with “Serializable”
Class library with base objects that provide serializable to and from XML and JSON strings and binary serialization using the native binary formatter.
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. Messages are sent and received asynchronously on a separate background thread and marshalled back to the calling thread (typically the UI). Supports large messages - up to 300 MiB. Requires .NET 4.0 full.
Lightweight and serializable PagedList implementation for .NET 4.5.2+ For collection types: IQuryable<T>, IEnumerable<T>, ICollection<T>
A fast library used to calculate a text based formula input all contained in a convienent serilizable object. Add your own custom functions and variables. Calculate Boolean, String and Float outputs.
Lightweight and serializable PagedList implementation for .NETStandard 2.0+ For collection types: IQuryable<T>, IEnumerable<T>, ICollection<T>
Serialaizable selectors for build dynamic linq queries to data collections
Library for validating that .NET types are serializable and deserialize with System.Runtime.Serialization.
Serialization library based on data location and length for the .NET platform. This turns your instance into a lightweight binary file.
A class annotated with [DeepSerializable] and all of its fields, recursively, are marked as serializable.
A library for instantiating serializable MailMessage objects.
Xml and Json serialization
Wire-Safe Serializable Job Model and functionality
DataContract Serializable TableEntity base class that implements azure table storage ITableEntity interface. For the classes that need to be written to table storage, all that is required is to inherit from this base class and that s all. TableEntity class in the client SDK can be used as a base class as well but TableEntity class is not DataContract serializable so your entities will not be DataContract Serializable and cannot be exchanged between WCF services as a result.
A serializable random number generator that maintains deterministic sequences across serialization/deserialization cycles. Designed for turn-based games requiring consistent random number generation. Supports both JSON and binary serialization formats.
** This is a backporting of the Andrew C. Dvorak's work ** This version can be used on .net Framework 3.5 projects For the .net 4.0 refer to his repo at https://github.com/acdvorak/named-pipe-wrapper
Package Description
Meta-package that includes Hafner.Compatibility.* packages (see https://github.com/HugoRoss/Hafner.Compatibility.Packages) as required. See 'PackageReadMe.md' for an overview with the exact types that are currently supported and for which framework they are imported.