Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NContext
Extensions
Redis
BinaryFormatterSerializer
C# 클래스 NContext.Extensions.Redis.BinaryFormatterSerializer
상속:
ISerializer
파일 보기
프로젝트 열기: PowerDMS/NContext
공개 메소드들
메소드
설명
Deserialize
(
Byte
value
) :
Object
Serialize
(
Object
value
) :
Byte[]
메소드 상세
Deserialize()
공개
메소드
public
Deserialize
(
Byte
value
) :
Object
value
Byte
리턴
Object
Serialize()
공개
메소드
public
Serialize
(
Object
value
) :
Byte[]
value
Object
리턴
Byte[]