Warning: Undefined variable $namespace in C:\xampp\htdocs\bk02042025\bateriasec\vendor\symfony\maker-bundle\src\Resources\skeleton\serializer\Encoder.tpl.php on line 3
; use Symfony\Component\Serializer\Encoder\DecoderInterface; use Symfony\Component\Serializer\Encoder\EncoderInterface; class
Warning: Undefined variable $class_name in C:\xampp\htdocs\bk02042025\bateriasec\vendor\symfony\maker-bundle\src\Resources\skeleton\serializer\Encoder.tpl.php on line 8
implements EncoderInterface, DecoderInterface { public const FORMAT = '
Warning: Undefined variable $format in C:\xampp\htdocs\bk02042025\bateriasec\vendor\symfony\maker-bundle\src\Resources\skeleton\serializer\Encoder.tpl.php on line 10
'; public function encode($data, $format, array $context = []) { // TODO: return your encoded data return ''; } public function supportsEncoding($format): bool { return self::FORMAT === $format; } public function decode($data, $format, array $context = []) { // TODO: return your decoded data return ''; } public function supportsDecoding($format): bool { return self::FORMAT === $format; } }