Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Variables

Variables

type

type: DocumentType<PartialRoute> = new kryo.DocumentType<PartialRoute>({properties: {id: {type: Uuid.type},creationDate: {type: new kryo.DateType()},modificationDate: {type: new kryo.DateType()},title: {type: new kryo.Ucs2StringType({maxLength: 100})},description: {type: new kryo.Ucs2StringType({maxLength: 500})},imageUrl: {type: new kryo.Ucs2StringType({maxLength: 500})},author: {type: PartialUser.type},duration: {type: new kryo.Int32Type()},likes: {type: new kryo.Int32Type()},favorites: {type: new kryo.Int32Type()},tags: {type: new kryo.ArrayType({itemType: Tag.type,maxLength: 20})}}})

Safe deserializer

Generated using TypeDoc