Skip to content

Support serialisation of IReadOnlyList<T> and IReadOnlyCollection<T> #91

@drewnoakes

Description

@drewnoakes

Currently an exception is thrown if attempting to create a serialiser for a type that has a field of IReadOnlyList<T>.

IList<T> is supported. Is there any reason a read only list couldn't be supported too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequires or request to feature enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions