I saw that get_post_custom() does some serializing and such, as opposed to get_post_meta.
Problem: I did update_post_meta() with a serialized string. When I do get_post_custom() its like... a serialized serialized string. At this point, just way too much serial. :D
How do I:
A: Get it without it serializing stuff?
B: Get the output to match get_post_meta?