This interface represents a type that this is serializable. To implement this interface
Evaluates to $(D_KEYWORD true) if the given type is serializable. A type is considered
serializable when it implements to two methods in the Serializable interface.
Note that the type does not have to implement the actual interface, i.e. it also works
for structs.
This interface represents a type that this is serializable. To implement this interface Evaluates to $(D_KEYWORD true) if the given type is serializable. A type is considered serializable when it implements to two methods in the Serializable interface. Note that the type does not have to implement the actual interface, i.e. it also works for structs.