data class Node
SERIALIZER |
object SERIALIZER : Serializer<Node> |
<init> |
Node(prevRecid: Long, nextRecid: Long, timestamp: Long, value: Long) |
nextRecid |
val nextRecid: Long |
prevRecid |
val prevRecid: Long |
timestamp |
val timestamp: Long |
value |
val value: Long |