Not totally specific to Square libraries, but I'm ...
# squarelibraries
m
Not totally specific to Square libraries, but I'm using Retrofit to make a request (duh) and sending a model that has several
Expose(serialized = false)
annotations. I know this is a Gson thing and not a retrofit thing, but I'm noticing that Gson is still serializing the values that I have annotated NOT to serialize. What's the deal? Posting some code samples in a sec