Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae6d2c7

Browse files
author
Nicolai Parlog
committed
Adde link to CodeFX post to Readme.
1 parent e3f0086 commit ae6d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Serialization Proxy Pattern
22

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:
44

55
* [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.
66
* [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

Comments
 (0)