Skip to content

Commit

Permalink
allow use custom serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrsr committed Oct 8, 2019
1 parent 769b785 commit c2e4517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Serializer/AbstractSerializerMessageParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function __construct($class = null, DeserializationContext $context = nul
$class = get_class($class);
}
$this->class = $class;
$this->serializer = $serializer;
}

/**
Expand Down

0 comments on commit c2e4517

Please sign in to comment.