Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Properties

Variables

Properties

id

id: Uuid

latitude

latitude: number

longitude

longitude: number

title

title: string

Variables

type

type: DocumentType<Landmark> = new kryo.DocumentType<Landmark>({properties: {id: {type: Uuid.type},title: {type: new kryo.Ucs2StringType({maxLength: 300})},latitude: {type: new kryo.Float64Type({notNan: true, notInfinity: true})},longitude: {type: new kryo.Float64Type({notNan: true, notInfinity: true})}}})

Safe deserializer

Generated using TypeDoc