mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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 {
|
||||
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…
Reference in New Issue
Block a user