https://kotlinlang.org logo
Title
c

Chris Miller

03/24/2017, 8:41 PM
Really interesting and informative talk/Q&A yesterday, thank you @abreslav. I'm curious to learn a little more about the serialisation plans for moving Kotlin objects between processes, eg JVM and Javascript. Will it be possible to hook in to the de)serialisation for use from other languages? I'm hoping it's an efficient binary format. Is there any chance it will be a "zero copy" implementation along the lines of Cap'n Proto, SBE or FlatBuffers, rather than say ProtoBuf or Thrift?
b

bashor

03/28/2017, 9:12 AM
You can find more information here https://discuss.kotlinlang.org/t/kotlin-serialization/2063
👍 1
c

Chris Miller

03/28/2017, 11:14 AM
That looks great and a more comprehensive approach than I was expecting. Thank you!