Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Apache
Shiro
IO
DefaultSerializer
C# Class Apache.Shiro.IO.DefaultSerializer
Inheritance:
ISerializer
显示文件
Open project: katasource/shironet
Public Methods
Method
Description
Deserialize
(
byte
bytes
) :
object
Serialize
(
object
o
) :
byte[]
Method Details
Deserialize()
public
method
public
Deserialize
(
byte
bytes
) :
object
bytes
byte
return
object
Serialize()
public
method
public
Serialize
(
object
o
) :
byte[]
o
object
return
byte[]