awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
evermeer avatar

evermeer/EVReflection

0
View on GitHub↗
959 stars·130 forks·Swift·2 vues

EVReflection

Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift

Features

  • Data Persistence - Reflection-based JSON encoding and decoding.
  • Runtime Reflection - Reflection-based JSON encoding and decoding.

Historique des stars

Graphique de l'historique des stars pour evermeer/evreflectionGraphique de l'historique des stars pour evermeer/evreflection

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à EVReflection

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec EVReflection.
  • johnlui/jsonneverdieAvatar de johnlui

    johnlui/JSONNeverDie

    444Voir sur GitHub↗

    Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die

    Swift
    Voir sur GitHub↗444
  • sebastianbergmann/object-reflectorAvatar de sebastianbergmann

    sebastianbergmann/object-reflector

    6,283Voir sur GitHub↗

    Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object property extractor designed to retrieve values from an object's internal state and inheritance hierarchies during runtime. The library provides the capability to access and extract private, protected, and inherited object attributes. This allows for the inspection of internal properties regardless of their visibility. The project covers domains including software debugging workflows, automated testing utilities, and general Python runtime reflection to analyze object properties

    PHP
    Voir sur GitHub↗6,283
  • c3lang/c3cAvatar de c3lang

    c3lang/c3c

    5,147Voir sur GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3c3compilerlanguage
    Voir sur GitHub↗5,147
  • haxefoundation/haxeAvatar de HaxeFoundation

    HaxeFoundation/haxe

    6,880Voir sur GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Haxecompilercross-platformhaxe
    Voir sur GitHub↗6,880
Voir les 30 alternatives à EVReflection→

Questions fréquentes

Que fait evermeer/evreflection ?

Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift

Quelles sont les fonctionnalités principales de evermeer/evreflection ?

Les fonctionnalités principales de evermeer/evreflection sont : Data Persistence, Runtime Reflection.

Quelles sont les alternatives open-source à evermeer/evreflection ?

Les alternatives open-source à evermeer/evreflection incluent : johnlui/jsonneverdie — Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die. sebastianbergmann/object-reflector — Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object… pardeike/harmony — Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without… haxefoundation/haxe — Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a… c3lang/c3c — c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static… anviking/decodable — [Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right.