Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NekoKun
Serialization
RubyMarshal
RubyMarshal
C# Class NekoKun.Serialization.RubyMarshal.RubyMarshal
Exibir arquivo
Open project: NekoProject/NekoKun
Public Methods
Method
Description
Dump
(
Stream
output
,
object
param
) :
void
Load
(
Stream
input
) :
object
Method Details
Dump()
public
static
method
public
static
Dump
(
Stream
output
,
object
param
) :
void
output
Stream
param
object
return
void
Load()
public
static
method
public
static
Load
(
Stream
input
) :
object
input
Stream
return
object