iiRecord
Agentic AI Atlas · Serde
library:serdea5c.ai
II.
Library JSON

library:serde

Structured · live

Serde json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/serde.yamlCluster · domain
Record JSON
{
  "id": "library:serde",
  "_kind": "Library",
  "_file": "domain/libraries/serde.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Serde",
    "belongsToLanguageId": "language:rust",
    "category": "serialization",
    "description": "Generic serialization / deserialization framework for Rust data structures.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:serde",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:serde",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:serde",
      "to": "library:aeson",
      "kind": "alternative_to"
    },
    {
      "from": "library:serde",
      "to": "library:jackson",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:aeson",
      "to": "library:serde",
      "kind": "alternative_to"
    },
    {
      "from": "specialization:rust-systems",
      "to": "library:serde",
      "kind": "uses_library"
    },
    {
      "from": "stack-profile:game-backend",
      "to": "library:serde",
      "kind": "composed_of"
    }
  ]
}