I am trying to see if I could fix some file serialization problems.

Suppose I have a composite type

type Foo
  a::Int64
end

foo = Foo(10)

How do I get the memory address or location of foo?

Reply via email to