Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Binaries the serialize.
Namespace:
SharedCache.WinServiceCommon.FormattersAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static byte[] BinarySerialize( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function BinarySerialize ( _ obj As Object _ ) As Byte() |
| Visual C++ |
|---|
public: static array<unsigned char>^ BinarySerialize( Object^ obj ) |
Parameters
- obj
- Type: System..::.Object
The obj. A Object Object.
Return Value
A array<Byte>[]()[] Object.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Serialization.BinarySerialize(System.Object)"]