apache / apache/incubator-graphar
feat(java): follow the same style for proto ser-de
Open
Component:Java
enhancement
- Dominant language
- C++
- Stars
- 373
- Forks
- 93
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 7
Description
### Describe the enhancement requested
At the moment, for example, to create `EdgeInfo` from the `proto` I should call the constructor, but for `PropertyGroup` I should call `ofProto`. It may be confusing.
Suggestion: use `ofProto` everywhere.
### Component(s)
Java
Contributor guide
Assessment
This issue has not been assessed yet.