Add SerializerFactory supertype for Native & JS in FIR serialization plugin.
This supertype is intended to be used with @AssociatedObject on platforms where reflection possibilities are limited.
This commit is contained in:
+2
@@ -83,6 +83,8 @@ object SerialEntityNames {
|
||||
val GENERATED_SERIALIZER_CLASS = Name.identifier("GeneratedSerializer")
|
||||
val GENERATED_SERIALIZER_FQ = SerializationPackages.internalPackageFqName.child(GENERATED_SERIALIZER_CLASS)
|
||||
|
||||
val SERIALIZER_FACTORY_INTERFACE_NAME = Name.identifier("SerializerFactory")
|
||||
|
||||
const val ENCODER_CLASS = "Encoder"
|
||||
const val STRUCTURE_ENCODER_CLASS = "CompositeEncoder"
|
||||
const val DECODER_CLASS = "Decoder"
|
||||
|
||||
Reference in New Issue
Block a user