# Objective Resolves #3277 Currenty if we try to serialize a scene that contains a `Duration` (which is very common, since `Timer` contains one), we get an error saying: > Type 'core::time::Duration' does not support ReflectValue serialization ## Solution Let `Duration` implement `SerializeValue`. Co-authored-by: Jonathan Cornaz <jcornaz@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| impls | ||
| serde | ||
| lib.rs | ||
| list.rs | ||
| map.rs | ||
| path.rs | ||
| reflect.rs | ||
| struct_trait.rs | ||
| tuple_struct.rs | ||
| tuple.rs | ||
| type_registry.rs | ||
| type_uuid.rs | ||