mirror of
https://github.com/corda/corda.git
synced 2025-06-01 23:20:54 +00:00
Minor: add a TODO to Kryo.kt about lazy properties.
This commit is contained in:
parent
ea18e239d9
commit
a42d7e64ef
@ -213,5 +213,7 @@ fun createKryo(k: Kryo = Kryo()): Kryo {
|
|||||||
immutables.forEach {
|
immutables.forEach {
|
||||||
register(it.java, ImmutableClassSerializer(it))
|
register(it.java, ImmutableClassSerializer(it))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: See if we can make Lazy<T> serialize properly so we can use "by lazy" in serialized object.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user