Skip to content

Deserializing without knowing type at compile time #30

Description

@Yanitrix

Hello!

As far as I can see, BinaryConverter offers only generic Deserialize<T> method. I would, however, like to deserialize bytes to a target type that is known only at runtime. (I know I can call the Deserialize<T> method with reflection given the type).
So my question is: are you considering implementing method like Deserialize(Type targetType, byte[] bytes)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions