Rework ::XS serializer and deserializer classes
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON / XS.pm
index f12de47..e60c269 100644 (file)
@@ -9,11 +9,6 @@ use JSON::XS ();
 our $VERSION = '1.00';
 $VERSION = eval $VERSION;
 
-sub _build_encoder {
-   my $self = shift;
-   return JSON::XS->new->convert_blessed;
-}
-
 __PACKAGE__->meta->make_immutable;
 
 1;