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