java - what construct makes PRIVATE serialversionUID useful? -
i have clue of serialversionuid
for, , in far don't can up. can private variable that's not used inside class. there construct or behind that? there other examples of private variables / methods not used inside same class? can make them while still doing else make useful? how can access private variables myself class without creating getters?
Comments
Post a Comment