Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Properties

Variables

Properties

id

id: Uuid

username

username: string

Variables

type

type: DocumentType<PartialUser> = new kryo.DocumentType<PartialUser>({properties: {id: {type: Uuid.type},username: {type: new kryo.Ucs2StringType({maxLength: 30})}}})

Safe deserializer

Generated using TypeDoc