Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/protocols/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Serialization Protocols
- For Java Object Graph Protocol, see [java_object_graph_guide](java_object_graph.md) doc.
- - For Cross Language Object Graph Protocol, see [xlang_object_graph_guide](./xlang_object_graph.md) doc.
- For Row Format Protocol, see [row format_guide](./row_format.md) doc.
2 changes: 2 additions & 0 deletions docs/protocols/java_object_graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Java Serialization
Coming soon
2 changes: 2 additions & 0 deletions docs/protocols/row_format.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Row Format
Coming soon
2 changes: 2 additions & 0 deletions docs/protocols/xlang_object_graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Cross language object graph serialization
Coming soon