- Home
- JSON
- GraphFileHeader
The Graph.obj file start with file header. The header have two things:
- Magic number:
"OpenTripPlannerGraph"
- The graph file serialization compatibility id
This class represent the header and contain logic to parse and validate it.
- Implemented Interfaces
- Serializable
Properties
name |
data type |
constraints |
description |
unknown
|
boolean
|
required
|
|
Example
{
"unknown" : true
}