Core/Serialization: Add type tag parameters
This commit is contained in:
@@ -100,8 +100,8 @@ namespace Nz
|
||||
typedef Box<Int32> Boxi32;
|
||||
typedef Box<UInt32> Boxui32;
|
||||
|
||||
template<typename T> bool Serialize(SerializationContext& context, const Box<T>& box);
|
||||
template<typename T> bool Unserialize(SerializationContext& context, Box<T>* box);
|
||||
template<typename T> bool Serialize(SerializationContext& context, const Box<T>& box, TypeTag<Box<T>>);
|
||||
template<typename T> bool Unserialize(SerializationContext& context, Box<T>* box, TypeTag<Box<T>>);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user