luxlabs header browser preview


@class NSData;

@interface VMUSimpleDeserializer : VMUAbstractSerializer {
    void *_cache;
    NSData *_data;
}

- (void)dealloc;
- (id)initWithData:(id)a0;
- (void).cxx_destruct;
- (unsigned int *)_deserializeValues:(unsigned int)a0 error:(id *)a1;
- (const char *)copyDeserializedNullTerminatedBytesWithError:(id *)a0;
- (id)copyDeserializedStringWithError:(id *)a0;
- (id)copyDeserializedStringWithID:(unsigned int)a0 error:(id *)a1;
- (unsigned int)deserialize32WithError:(id *)a0;
- (unsigned long long)deserialize64WithError:(id *)a0;
- (void)skipFields:(unsigned int)a0;

@end