Hi,
You can safely just use writeObject on your BigDecimals. Under the covers this still uses GemFire's serialization mechanism which is more efficient and compact than standard Java serialization. You're just not getting the safety of an explicitly typed method.
--Jens