java.lang.Object
io.hotmoka.marshalling.internal.MarshallableImpl
io.hotmoka.marshalling.AbstractMarshallable
io.hotmoka.patricia.Node
- All Implemented Interfaces:
Marshallable
public abstract class Node
extends io.hotmoka.marshalling.AbstractMarshallable
A node of a Patricia tree.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.hotmoka.marshalling.internal.MarshallableImpl
createMarshallingContext, intoArray, size, toByteArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into
-
Constructor Details
-
Node
public Node()
-