BinarySerialization class

namespace: Serenity.Data   assemblySerenity.Net.Core

Contains helper functions for serialization and deserialization of data items (e.g.cached items)

public static class BinarySerialization

Public Members

name description
static Deserialize<TValue>(…) A helper method to deserialize objects with BinaryWriter. Creates a memory stream and a BinaryReader on it, and invokes the callback specified.
static Serialize(…) A helper method to serialize objects with BinaryWriter. Creates a memory stream and a BinaryWriter on it, and invokes the callback specified.

See Also