public class LastValueSerializableStats<V> extends Object implements SerializableStats<V>
| Constructor and Description |
|---|
LastValueSerializableStats() |
| Modifier and Type | Method and Description |
|---|---|
V |
getValueForSerialization()
Returns the value that will be passed to Gson for serialising the stats.
|
void |
store(V value) |
public void store(V value)
public V getValueForSerialization()
SerializableStatsgetValueForSerialization in interface SerializableStats<V>Copyright © 2002-2022 Atlassian. All Rights Reserved.