| 1 | <?php |
||
| 9 | final class JmsContextFactory |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param null|array $context |
||
| 13 | * |
||
| 14 | * @return SerializationContext |
||
| 15 | */ |
||
| 16 | public static function serialization(array $context = null) |
||
| 24 | |||
| 25 | public static function deserialization(array $context = null) |
||
| 33 | |||
| 34 | private static function configureContext(Context $jmsContext, array $context = null) |
||
| 50 | } |
||
| 51 |