Serialize returns the byte representation of the root object.
(ctx context.Context)
| 35 | GetRootObjectID() RootObjectID |
| 36 | // Serialize returns the byte representation of the root object. |
| 37 | Serialize(ctx context.Context) ([]byte, error) |
| 38 | } |
| 39 | |
| 40 | // Conflict is an expanded interface on Dolt's conflict root object. |
no outgoing calls