Skip to content

Conversation

onairmarc
Copy link
Member

No description provided.

@onairmarc onairmarc requested a review from Copilot August 5, 2025 16:44
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR creates a new CarbonNormalizer class that implements Symfony serializer interfaces to handle normalization and denormalization of Carbon datetime objects. The normalizer converts Carbon instances to W3C string format for serialization and reconstructs Carbon objects from string data during deserialization.

Key changes:

  • Implements both NormalizerInterface and DenormalizerInterface for Carbon objects
  • Uses W3C string format for normalized output
  • Supports both Carbon and Illuminate\Carbon classes

@onairmarc onairmarc merged commit 3e9dbbf into main Aug 5, 2025
8 checks passed
@onairmarc onairmarc deleted the carbon-serializer branch August 5, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant