C# Class NContext.Extensions.Redis.BinaryFormatterSerializer

Inheritance: ISerializer
Datei anzeigen Open project: PowerDMS/NContext

Public Methods

Method Description
Deserialize ( Byte value ) : Object
Serialize ( Object value ) : Byte[]

Method Details

Deserialize() public method

public Deserialize ( Byte value ) : Object
value Byte
return Object

Serialize() public method

public Serialize ( Object value ) : Byte[]
value Object
return Byte[]