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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Serialization Proxy Pattern
2
2
3
-
This project provides the code samples for the CodeFX post about the Serialization Proxy Pattern. It contains the following classes, which all implement the pattern:
3
+
This project provides the code samples for [the CodeFX post about the Serialization Proxy Pattern](http://blog.codefx.org/design/patterns/serialization-proxy-pattern/). It contains the following classes, which all implement the pattern:
4
4
5
5
*[ComplexNumber](https://github.com/CodeFX-org/demo-serialization-proxy-pattern/blob/master/src/org/codefx/lab/serialization/proxypattern/ComplexNumber.java): a simple example where the class can keep its fields final due to the pattern.
6
6
*[InstanceCache](https://github.com/CodeFX-org/demo-serialization-proxy-pattern/blob/master/src/org/codefx/lab/serialization/proxypattern/InstanceCache.java): a slightly more complex example where the class must only serialize the serializable objects it contains in its collection.
0 commit comments