String vs. Value Object memory usage

Does anyone know how much more memory a value object uses in comparison to a string.

For example if I am passing a large amount of value objects through local connection will it use a lot more memory than just passing a large amount of strings to be parsed on the other side?