BinaryDataExtensions Save Method Delta Engine Documentation
Saves any object type information and the actual data contained in in, use Create to load. View code on GitHub

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static void Save(
	Object data,
	BinaryWriter writer
)
See Also