GraphFileHeader Data Type

The Graph.obj file start with file header. The header have two things:

  1. Magic number: "OpenTripPlannerGraph"
  2. 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
}