clarify comments
This commit is contained in:
parent
15b29de1c2
commit
a0288bbf7f
|
@ -161,6 +161,11 @@ namespace Jellyfish.Virtu
|
||||||
// brittle to type name changes in general
|
// brittle to type name changes in general
|
||||||
// must be serialized in tree with any real classes referred to by closures
|
// must be serialized in tree with any real classes referred to by closures
|
||||||
|
|
||||||
|
// CAN NOT preserve reference equality of the delegates themselves, because the delegate must be created with
|
||||||
|
// target in one shot, with no possibility to change the target later. We preserve references to targets,
|
||||||
|
// and lose the ability to preserve references to delegates.
|
||||||
|
|
||||||
|
|
||||||
// TODO: much of this could be made somewhat smarter and more resilient
|
// TODO: much of this could be made somewhat smarter and more resilient
|
||||||
|
|
||||||
public override bool CanConvert(Type objectType)
|
public override bool CanConvert(Type objectType)
|
||||||
|
|
Loading…
Reference in New Issue