Interface TreeCodec<N extends TreeNode>

Type Parameters:
N - Type of TreeNodes this codec exposes/uses (added in 3.1)

public interface TreeCodec<N extends TreeNode>
Interface that defines objects that can read and write TreeNode instances using Streaming API.