I user FOSUserBundle to generate User entity and table. I just don't understand the value of roles column in User table. For example, the default value is like "a:0:{}", the ROLE_ADMIN value is like "a:1:{i:0;s:16:"ROLE_SUPER_ADMIN";}". What is the meaning of "a", "i", "s" and the numbers?