Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NContext
Extensions
Redis
BinaryFormatterSerializer
C# Class NContext.Extensions.Redis.BinaryFormatterSerializer
Inheritance:
ISerializer
Mostrar archivo
Open project: PowerDMS/NContext
Public Methods
Method
Description
Deserialize
(
Byte
value
) :
Object
Serialize
(
Object
value
) :
Byte[]
Method Details
Deserialize()
public
method
public
Deserialize
(
Byte
value
) :
Object
value
Byte
return
Object
Serialize()
public
method
public
Serialize
(
Object
value
) :
Byte[]
value
Object
return
Byte[]