NeatUpload Documentation

ObjectProtector.Serializer Delegate

A method of an object that serializes the object into a Stream of serialized bytes.

public delegate void ObjectProtector.Serializer(
   Stream s
);

Parameters

s
the Stream to which the serialized bytes will be written.

Requirements

Namespace: Brettle.Web.NeatUpload

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

See Also

Brettle.Web.NeatUpload Namespace