Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Akka
Persistence
Serialization
Snapshot
C# Class Akka.Persistence.Serialization.Snapshot
Wrapper for snapshot data.
Show file
Open project: rogeralsing/akka.net
Class Usage Examples
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Snapshot
(
object
data
) :
System
Private Methods
Method
Description
Equals
(
Snapshot
other
) :
bool
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Snapshot()
public
method
public
Snapshot
(
object
data
) :
System
data
object
return
System