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