Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
SOAPs the memory stream serialization.

Namespace:  SharedCache.WinServiceCommon.Formatters
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static string SoapMemoryStreamSerialization(
	Object obj,
	Encoding encodingType
)
Visual Basic (Declaration)
Public Shared Function SoapMemoryStreamSerialization ( _
	obj As Object, _
	encodingType As Encoding _
) As String
Visual C++
public:
static String^ SoapMemoryStreamSerialization(
	Object^ obj, 
	Encoding^ encodingType
)

Parameters

obj
Type: System..::.Object
The obj. A Object Object.
encodingType
Type: System.Text..::.Encoding
Type of the encoding.

Return Value

A String Object.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Serialization.SoapMemoryStreamSerialization(System.Object,System.Text.Encoding)"]

See Also