Chapter: index (docs/index.md)
---
title: Apache Fory Documentation
sidebar_position: 0
id: index
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---
Apache Fory is a multi-language serialization framework for binary object graphs, random-access
rows, standard JSON, schema-driven models, and Fory-backed gRPC services.
Start here
1. Read the Introduction and choose a format.
2. Install Fory for the selected language from Getting Started.
3. Review Benchmarks and their methodology for relevant performance evidence.
4. Continue with the owning capability guide.
Capabilities
| Capability | Use it for | Documentation |
| --------------------- | ---------------------------------------------------- | ----------------------------------------------------- |
| Object Serialization | Reconstruct xlang or language-native object graphs | Object Serialization |
| Row Format | Random and partial access to trusted analytical data | Row Format |
| Fory JSON | High-throughput standard JSON mapped to Java objects | Fory JSON |
| Fory IDL and compiler | Generate language-native models from a shared schema | Compiler |
| Fory gRPC | Generate gRPC companions that marshal Fory models | Fory gRPC |
Language guides
Binary Object Serialization provides multi-page language guides for
Java, Python,
C++, Go,
Rust,
JavaScript/TypeScript,
C#, Swift,
Dart, Scala, and
Kotlin.
Reference and development
- Wire and type-system details remain in the separate Specification surface.
- Repository contributors should start with Development and the
contributing guide.
- Vulnerability reporting instructions are in the repository
Security Policy.