Skip to content

Support generic user-defined classes #1

Closed
@elizarov

Description

@elizarov

It should be possible to define:

@Serializable class Box<T>(val value: T)

and the enjoy type-safe serialization of Box(42) and Box("foo") alike. This is a meta-issue to discuss design problems surrounding type-safe access to instances of serializers for generic classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions