SemyonSinchenko commented on PR #739: URL: https://github.com/apache/incubator-graphar/pull/739#issuecomment-3248611965
> For Saver: > Do we still need to provide this interface? we can only provide String dump() We need to resolve all the relative paths. For example, from Graph.save we should save also all the `vertex.yaml` and `edge.yaml`. The same about reader. That is why I see the best way is to make abstract classes with required methods like `readString(String path)` and `resolvePath(String relativePath)`... With these abstract methods we will be able to hide all other logic of resolving all the sub-yamls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
