Properties
duration
duration: number
latitude
latitude: number
longitude
longitude: number
Variables
type
type
: DocumentType<Waypoint> = new kryo.DocumentType<Waypoint>({properties: {id: {type: Uuid.type},latitude: {type: new kryo.Float64Type({notNan: true, notInfinity: true})},longitude: {type: new kryo.Float64Type({notNan: true, notInfinity: true})},note: {type: new kryo.Ucs2StringType({maxLength: 300})},duration: {type: new kryo.Int32Type()}}})
Safe deserializer