mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
CORDA-3388: Restore mapping of 'java.lang.Void -> void' (#5650)
This commit is contained in:
parent
03ab258fc2
commit
2895283500
@ -27,7 +27,8 @@ object SerializerFactoryBuilder {
|
||||
Float::class,
|
||||
Int::class,
|
||||
Long::class,
|
||||
Short::class
|
||||
Short::class,
|
||||
Void::class
|
||||
).associate {
|
||||
klazz -> klazz.javaObjectType to klazz.javaPrimitiveType
|
||||
}) as Map<Class<*>, Class<*>>
|
||||
|
Loading…
Reference in New Issue
Block a user