🎯Type-SafeFull TypeScript support with automatic type validation during deserialization. Catch type mismatches at runtime.
⚡Zero DependenciesLightweight core with no external dependencies. Perfect for projects that value minimal bundle size.
🔧Decorator-BasedClean, intuitive API using TypeScript decorators. Configure serialization behavior with simple annotations.
🌐UniversalWorks seamlessly in both Node.js and browser environments. One library for all your JavaScript runtimes.
🚀High PerformanceEager metadata loading for fast property access. Optimized for production use with minimal overhead.
🎨FlexibleSupport for optional properties, custom naming, polymorphic serialization, and complex nested objects.