You are here

7 methods override EncoderInterface::supportsEncoding() in Zircon Profile 8

ChainEncoder::supportsEncoding in vendor/symfony/serializer/Encoder/ChainEncoder.php
Checks whether the serializer can encode to given format.
JsonEncode::supportsEncoding in vendor/symfony/serializer/Encoder/JsonEncode.php
Checks whether the serializer can encode to given format.
JsonEncoder::supportsEncoding in vendor/symfony/serializer/Encoder/JsonEncoder.php
Checks whether the serializer can encode to given format.
SerializationTestEncoder::supportsEncoding in core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php
Checks whether the serializer can encode to given format.
Serializer::supportsEncoding in vendor/symfony/serializer/Serializer.php
Checks whether the serializer can encode to given format.
XmlEncoder::supportsEncoding in vendor/symfony/serializer/Encoder/XmlEncoder.php
Checks whether the serializer can encode to given format.
XmlEncoder::supportsEncoding in core/modules/serialization/src/Encoder/XmlEncoder.php
Checks whether the serializer can encode to given format.