mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
Minor: add a TODO to Kryo.kt about lazy properties.
This commit is contained in:
@ -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.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user