|
@@ -81,11 +81,11 @@ |
|
|
block discarded – undo |
|
81
|
81
|
|
|
82
|
82
|
$this->navigator = new GraphNavigator($this->factory, $this->handlerRegistry, $this->objectConstructor, $this->dispatcher); |
|
83
|
83
|
|
|
84
|
|
- $this->defaultSerializationContextFactory = function () { |
|
|
84
|
+ $this->defaultSerializationContextFactory = function() { |
|
85
|
85
|
return new SerializationContext(); |
|
86
|
86
|
}; |
|
87
|
87
|
|
|
88
|
|
- $this->defaultDeserializationContextFactory = function () { |
|
|
88
|
+ $this->defaultDeserializationContextFactory = function() { |
|
89
|
89
|
return new DeserializationContext(); |
|
90
|
90
|
}; |
|
91
|
91
|
} |
Please login to merge, or discard this patch.