Serializer returns the serializer associated with this Collection.
()
| 98 | ResolveNameFromObjects(ctx context.Context, name doltdb.TableName, rootObjects []RootObject) (doltdb.TableName, id.Id, error) |
| 99 | // Serializer returns the serializer associated with this Collection. |
| 100 | Serializer() RootObjectSerializer |
| 101 | // UpdateRoot updates the Collection in the given root, returning the updated root. |
| 102 | UpdateRoot(ctx context.Context, root RootValue) (RootValue, error) |
| 103 | } |
no outgoing calls
no test coverage detected