https://github.com/brightcove/node-amf/blob/master/node-amf/deserialize.js#L339
If the DTO being deserialized is has a property named type it will be clobbered by the Object type. This should preserve the type property in a new property to support backwards compatibility.
https://github.com/brightcove/node-amf/blob/master/node-amf/deserialize.js#L339
If the DTO being deserialized is has a property named
typeit will be clobbered by the Object type. This should preserve the type property in a new property to support backwards compatibility.