Problem/Motivation
Currently File entities can not be effectively deserialized because the file which the URI points to does not get copied locally.
Proposed resolution
Temporarily, create a FileEntityNormalizer. Once File is an EntityNG entity, and its properties are handled as such, this could potentially be handled in a field normalizer instead.