I have Entity type class(Serializable, loaded and saved data at runtime) where user specified data is kept. There are several data types kept in class and I would like to add new Picture property as binary type. How to hold binary data in class, is that possible?
I have Entity type class(Serializable, loaded and saved data at runtime) where user specified
Share
Binary data is best stored in a
byte[].