Skip to content

Commit

Permalink
OBv2: Deserialize BookSide
Browse files Browse the repository at this point in the history
  • Loading branch information
skynetcap committed Dec 9, 2023
1 parent 5fb5ed1 commit 98e922d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class BookSide {
private List<OrderTreeRoot> roots;
private List<OrderTreeRoot> reservedRoots;
private OrderTreeNodes orderTreeNodes;
private List<LeafNode> leafNodes;

public static BookSide readBookSide(byte[] data) {
return BookSide.builder()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.mmorrell.openbook.model;

public class LeafNode {

}

0 comments on commit 98e922d

Please sign in to comment.