dearming623

Results 2 issues of dearming623

I have confirmed that VENDOR_ID and PRODUCT_ID are correct. Found problem in hidDataReceived did not trigger. The reason is that the read function has not read data. Please look at...

support

Can generic nesting be supported? import { jsonName, jsonProperty, Serializable } from "ts-serializable"; export class ApiResponse extends Serializable { @jsonName("code") @jsonProperty(String, null) public code: string | null = null; @jsonName("msg")...