NeatUpload Documentation

ObjectProtector.Deserializer Delegate

A method of an object that reconstructs the object from a Stream of serialized bytes.

public delegate void ObjectProtector.Deserializer(
   Stream s
);

Parameters

s
the Stream of serialized bytes.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

Brettle.Web.NeatUpload Namespace