You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let say that "enum" WeekDay with value Mon is defined// then this test should be ok:valout=newByteArrayOutputStream()
newObjectOutputStream(out).writeObject(Mon);
out.close();
valmonday=newObjectInputStream(newByteArrayInputStream(out.toByteArray)).readObject()
assert(monday ==Mon)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: