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
·
FasterXML avatar

FasterXML/jackson-databind

0
View on GitHub↗
3,729 stars·1,494 forks·Java·Apache-2.0·2 vues

Jackson Databind

Jackson-databind is a Java serialization framework and JSON data binding library used to convert Java objects to JSON and vice versa. It functions as a JSON streaming API that generates and parses content as a sequence of tokens, and as a hierarchical data tree mapper that reads data into a node structure for dynamic modification without predefined classes.

The project provides a structured mapping process to bind data to objects, allowing for the transformation of complex Java objects into data formats and the reconstruction of objects from those formats. It supports custom data format mapping to ensure compatibility between different data schemas and allows for the incremental streaming of data to manage memory usage and parsing speed.

Capability areas include the configuration of serialization and deserialization behavior, the ability to map or ignore specific property names, and the definition of custom object creation for immutable types. The framework also supports converting between different object types using internal intermediate representations.

Features

  • JSON and Data Parsing - Provides comprehensive capabilities for parsing, serializing, and binding Java objects to JSON data.
  • Token-Based Streaming Parsers - Functions as a low-level token-based streaming parser that processes data streams incrementally for high performance.
  • Data Format Converters - Transforms supported data formats into Java objects based on configurable reading rules.
  • Token-Based Stream Parsers - Includes a low-level streaming API for high-performance JSON generation and parsing via token sequences.
  • Incremental Data Streaming - Processes data as a sequence of tokens to ensure high performance and minimal memory usage during parsing.
  • Serialization Frameworks - Functions as a full serialization framework for converting Java objects to and from multiple data formats.
  • Token-Based Data Streaming - Implements a high-performance streaming API that processes JSON content as a sequence of tokens to minimize memory overhead.
  • JSON Libraries - Provides industry-standard JSON parsing, generation, and object mapping capabilities for Java applications.
  • Object Serialization - Transforms complex Java objects into various data formats for persistence or network transmission.
  • Object-to-Data Mapping Frameworks - Implements a structured mapping process to bind raw data formats into typed Java objects and vice versa.
  • Reflection-Based Data Mapping - Uses Java reflection to map data fields to object properties by inspecting class structures at runtime.
  • Node-Tree Data Models - Provides a hierarchical node-tree data model to allow manipulation of data without requiring predefined concrete classes.
  • JSON Schema Format Mappings - Defines how specific object properties are named and handled to ensure compatibility between different data schemas.
  • Serialization Behavior Settings - Provides control over serialization output, including pretty-printing, empty object handling, and date formatting.
  • Property Name Mappings - Provides property name mapping to override default object property names with descriptive labels during conversion.
  • Deserialization Behavior Settings - Allows adjusting deserialization behavior, such as ignoring unknown properties or coercing empty strings to null.
  • Annotation-Driven Configuration - Provides annotation-driven configuration to control serialization and deserialization logic directly on class fields and methods.
  • Bytecode-Generated Accessors - Generates optimized bytecode for accessors at runtime to eliminate reflection overhead during object property access.
  • Data Encoders and Decoders - Provides low-level APIs to encode and decode structured data formats via streaming.
  • Property Exclusions - Enables ignoring specific fields or methods during the conversion between Java objects and data formats.
  • Plugin-Based Architectures - Employs a plugin-based architecture to extend core functionality with support for new data formats and custom types.

Historique des stars

Graphique de l'historique des stars pour fasterxml/jackson-databindGraphique de l'historique des stars pour fasterxml/jackson-databind

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 à Jackson Databind

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jackson Databind.
  • fasterxml/jacksonAvatar de FasterXML

    FasterXML/jackson

    9,740Voir sur GitHub↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    hacktoberfestjacksonjava-json
    Voir sur GitHub↗9,740
  • symfony/serializerAvatar de symfony

    symfony/serializer

    2,547Voir sur GitHub↗

    This library is a PHP-based serialization framework designed to convert complex object graphs into structured formats such as JSON, XML, YAML, and CSV, and to reconstruct those objects from serialized data. It functions as a data transformation tool that maps object properties to array structures, facilitating both application state persistence and the exchange of data between systems. The framework distinguishes itself through a two-stage pipeline that normalizes objects into intermediate structures before encoding them into specific formats. It supports advanced mapping requirements, includ

    PHPcomponentphpsymfony
    Voir sur GitHub↗2,547
  • mantle/mantleAvatar de Mantle

    Mantle/Mantle

    11,255Voir sur GitHub↗

    Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch applications. It serves as a data serialization engine and JSON data mapper that transforms dictionaries and arrays into structured model objects. The framework distinguishes itself through an Objective-C persistence layer that manages model disk archiving via keyed archivers. It includes specialized logic for model version management, allowing outdated archived data structures to be upgraded to match current schemas during deserialization. The project covers a broad range of dat

    Objective-C
    Voir sur GitHub↗11,255
  • alibaba/fastjson2Avatar de alibaba

    alibaba/fastjson2

    4,307Voir sur GitHub↗

    fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON strings and byte arrays. It functions as a binary JSON serializer for encoding objects into optimized binary formats to reduce payload size and increase processing speed. The project includes a JSONPath query engine for extracting specific data and fields from JSON documents using standardized path expressions and filters. It also serves as a JSON schema validator, providing utilities to generate data contracts and validate JSON input against defined schemas to ensure structural c

    Javaandroidbig-datadeserialization
    Voir sur GitHub↗4,307
Voir les 30 alternatives à Jackson Databind→

Questions fréquentes

Que fait fasterxml/jackson-databind ?

Jackson-databind is a Java serialization framework and JSON data binding library used to convert Java objects to JSON and vice versa. It functions as a JSON streaming API that generates and parses content as a sequence of tokens, and as a hierarchical data tree mapper that reads data into a node structure for dynamic modification without predefined classes.

Quelles sont les fonctionnalités principales de fasterxml/jackson-databind ?

Les fonctionnalités principales de fasterxml/jackson-databind sont : JSON and Data Parsing, Token-Based Streaming Parsers, Data Format Converters, Token-Based Stream Parsers, Incremental Data Streaming, Serialization Frameworks, Token-Based Data Streaming, JSON Libraries.

Quelles sont les alternatives open-source à fasterxml/jackson-databind ?

Les alternatives open-source à fasterxml/jackson-databind incluent : fasterxml/jackson — Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into… symfony/serializer — This library is a PHP-based serialization framework designed to convert complex object graphs into structured formats… mantle/mantle — Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch… alibaba/fastjson2 — fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON… obuchiyuki/devtoysmac — DevToysMac is a native macOS developer utility suite designed to encode, decode, and transform common data formats. It… ibireme/yymodel — YYModel is a JSON model mapping library and bidirectional data mapper designed to transform raw JSON data into…