awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
marcospassos avatar

marcospassos/java-php-serializerArchived

0
View on GitHub↗
19 星标·5 分支·Java·MIT·5 次浏览

Java Php Serializer

A Java library for serializing objects as PHP serialization format.

Features

  • Serialization - Serializes objects into the PHP serialization format.

Star 历史

marcospassos/java-php-serializer 的 Star 历史图表marcospassos/java-php-serializer 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Java Php Serializer 的开源替代方案

相似的开源项目,按与 Java Php Serializer 的功能重合度排序。
  • alipay/furyalipay 的头像

    alipay/fury

    4,412在 GitHub 上查看↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Java
    在 GitHub 上查看↗4,412
  • bytefish/tinycsvparserbytefish 的头像

    bytefish/TinyCsvParser

    401在 GitHub 上查看↗

    Easy to use, easy to extend and high-performance library for CSV parsing with .NET

    C#
    在 GitHub 上查看↗401
  • davidfowl/channelsdavidfowl 的头像

    davidfowl/Channels

    292在 GitHub 上查看↗

    Push based .NET Streams

    C#
    在 GitHub 上查看↗292
  • aaubry/yamldotnetaaubry 的头像

    aaubry/YamlDotNet

    2,807在 GitHub 上查看↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    C#dotnetparserserialization
    在 GitHub 上查看↗2,807
查看 Java Php Serializer 的所有 24 个替代方案→

常见问题解答

marcospassos/java-php-serializer 是做什么的?

A Java library for serializing objects as PHP serialization format.

marcospassos/java-php-serializer 的主要功能有哪些?

marcospassos/java-php-serializer 的主要功能包括:Serialization。

marcospassos/java-php-serializer 有哪些开源替代品?

marcospassos/java-php-serializer 的开源替代品包括: alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… bytefish/tinycsvparser — Easy to use, easy to extend and high-performance library for CSV parsing with .NET. davidfowl/channels — Push based .NET Streams. esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that…