akka.persistence.serialization
Class SnapshotSerializer$

java.lang.Object
  extended by akka.persistence.serialization.SnapshotSerializer$

public class SnapshotSerializer$
extends java.lang.Object


Field Summary
static SnapshotSerializer$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SnapshotSerializer$()
           
 
Method Summary
 boolean doPatch()
           
 byte[] key()
           
 int offset()
           
 byte[] replacement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final SnapshotSerializer$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SnapshotSerializer$

public SnapshotSerializer$()
Method Detail

key

public byte[] key()

offset

public int offset()

replacement

public byte[] replacement()

doPatch

public boolean doPatch()