Nanior
Nanior
CC#
Created by Nanior on 11/11/2024 in #help
Calling static method of interface via it's type
There's an interface called ISerializer. ISerializer implements two static methods called Serialize and Deserialize. There's a class that implements ISerializer called ArraySerializer. ArraySerializer is requires an generic type parameter of type ISerializer... The ArraySerializer needs to call the Serialize/Deserialize method of the generic type parameter
73 replies